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 669882f + e4977e9 commit b434b66Copy full SHA for b434b66
.github/workflows/codeql-analysis.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
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@v3
+ - uses: actions/checkout@v4
11
- name: golangci-lint
12
uses: golangci/golangci-lint-action@v3
13
0 commit comments