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 400c8b8 commit fff9e8eCopy full SHA for fff9e8e
.github/workflows/codeql-analysis.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout repository
27
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
28
29
# Initializes the CodeQL tools for scanning.
30
- name: Initialize CodeQL
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
18
- name: Checkout
19
20
with:
21
fetch-depth: 0
22
.github/workflows/golangci-lint.yaml
@@ -14,7 +14,7 @@ jobs:
14
name: lint
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: actions/setup-go@v4
go-version-file: "go.mod"
0 commit comments