chore(ci): bump checkout version

This commit is contained in:
Johan Siebens
2022-08-31 14:23:40 +02:00
parent 6a6049b76b
commit cd1854f510
3 changed files with 6 additions and 6 deletions
+1 -3
View File
@@ -10,9 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
+4 -2
View File
@@ -14,7 +14,9 @@ jobs:
DOCKER_CLI_EXPERIMENTAL: "enabled"
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Docker Login
@@ -34,7 +36,7 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: release --nightly --rm-dist --snapshot
args: release --nightly --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
DOCKER_CLI_EXPERIMENTAL: "enabled"
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up QEMU