We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8f06a commit d2b3557Copy full SHA for d2b3557
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{ matrix.platform }}
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
with:
22
fetch-depth: 0
23
- name: Set up Go
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ubuntu-latest
40
41
- name: Check out code
42
43
- name: goreleaser
44
if: success()
45
uses: docker://goreleaser/goreleaser:latest
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
- name: Set up QEMU
63
uses: docker/setup-qemu-action@v2
64
- name: Set up Docker Buildx
0 commit comments