We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 652a9f1 + bb96c73 commit 8364a01Copy full SHA for 8364a01
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
16
17
- uses: actions/setup-go@v5
18
@@ -37,7 +37,7 @@ jobs:
37
test:
38
39
40
41
42
43
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
BUILD_VERSION: ${{ github.ref_name }}
OUT_ARCHIVE: "${{ github.event.repository.name }}-${{ github.ref_name }}"
19
- name: Set up Go
20
uses: actions/setup-go@v5
0 commit comments