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.
2 parents 80b1e97 + c9d376d commit 1cfacacCopy full SHA for 1cfacac
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
12
- name: Setup Go
13
uses: actions/setup-go@v6
14
- name: Run build
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Checkout repository
41
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
15
0 commit comments