We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82d4953 + 86b69f5 commit bccfc64Copy full SHA for bccfc64
3 files changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
15
with:
16
fetch-depth: 3
17
- name: Determine Go version from go.mod
.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: Checkout repository
38
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
.github/workflows/golangci-lint.yml
@@ -14,7 +14,7 @@ jobs:
name: lint
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
19
run: echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
20
- name: Set up Go
0 commit comments