We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7665f8e commit ddd31efCopy full SHA for ddd31ef
.github/workflows/build-and-test.yml
@@ -27,7 +27,7 @@ jobs:
27
go-version: ${{ env.GO_VERSION }}
28
29
- name: Checkout code
30
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
31
32
- name: Download and tidy Go modules
33
run: task mod
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
.github/workflows/run-goreleaser.yml
@@ -30,7 +30,7 @@ jobs:
go-version: '>=1.20.0'
- name: Checkout
34
with:
35
fetch-depth: 0
36
0 commit comments