We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4bb9bf commit 2fff8f3Copy full SHA for 2fff8f3
2 files changed
.github/workflows/go.yml
@@ -25,7 +25,7 @@ jobs:
25
id: go
26
27
- name: Check out code into the Go module directory
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
29
with:
30
submodules: recursive
31
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
goreleaser:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
18
fetch-depth: 0
19
- run: git fetch --force --tags
0 commit comments