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 c22312f commit 6afb722Copy full SHA for 6afb722
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
10
- name: Check out code into the Go module directory
11
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
12
with:
13
fetch-depth: 0
14
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
15
16
- name: Checkout code
17
18
19
20
@@ -42,7 +42,7 @@ jobs:
42
if: startsWith(github.ref, 'refs/tags/v')
43
44
45
46
47
48
0 commit comments