2 parents a014da4 + d5f80e8 commit f5cfb8dCopy full SHA for f5cfb8d
3 files changed
.github/workflows/codeql-analysis.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout repository
17
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
18
with:
19
# We must fetch at least the immediate parents so that if this is
20
# a pull request then we can checkout the head.
.github/workflows/go.yml
@@ -46,7 +46,7 @@ jobs:
46
id: go
47
48
- name: Check out code into the Go module directory
49
50
51
submodules: true
52
.github/workflows/golangci-lint.yml
@@ -7,7 +7,7 @@ jobs:
7
name: lint
8
runs-on: ubuntu-latest
9
10
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
11
- name: golangci-lint
12
uses: golangci/golangci-lint-action@v9
13
0 commit comments