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 d6b6bc8 commit 3b54c2fCopy full SHA for 3b54c2f
.github/workflows/check.yml
@@ -18,7 +18,7 @@ jobs:
18
id: go
19
20
- name: Check out code into the Go module directory
21
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
22
23
- name: Build
24
run: make build
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
14
15
- name: Set up Go
16
uses: actions/setup-go@v6
0 commit comments