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 88dd465 commit 851f7aeCopy full SHA for 851f7ae
.github/workflows/codeql.yaml
@@ -40,7 +40,7 @@ jobs:
40
41
steps:
42
- name: Checkout repository
43
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
44
45
- name: Install dependencies
46
run: |
.github/workflows/release.yaml
@@ -26,7 +26,7 @@ jobs:
26
if: ${{ needs.release-please.outputs.releases_created == 'true' }}
27
28
- name: Checkout
29
30
with:
31
fetch-depth: 0
32
.github/workflows/test.yaml
@@ -15,7 +15,7 @@ jobs:
15
go-version: [ 'stable' ]
16
17
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
20
- name: Set up Go
21
uses: actions/setup-go@v6
0 commit comments