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 73544de commit d9b97acCopy full SHA for d9b97ac
.github/workflows/codeql-analysis.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
with:
20
# We must fetch at least the immediate parents so that if this is
21
# a pull request then we can checkout the head.
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
id: go
- name: Check out code into the Go module directory
22
23
24
submodules: true
25
.github/workflows/golangci-lint.yml
@@ -7,7 +7,7 @@ jobs:
7
name: lint
8
runs-on: ubuntu-latest
9
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
- name: golangci-lint
12
uses: golangci/golangci-lint-action@v8
13
0 commit comments