We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51bcda1 + 94acf39 commit 5614f99Copy full SHA for 5614f99
2 files changed
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
build:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
18
19
- name: Set up Go
20
uses: actions/setup-go@v6
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
11
permissions: write-all
12
13
- - uses: actions/checkout@v3
# https://github.com/wangyoucao577/go-release-action
- name: Set version variable
0 commit comments