Skip to content

Commit f5cfb8d

Browse files
authored
Merge pull request #155 from oschwald/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents a014da4 + d5f80e8 commit f5cfb8d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
# We must fetch at least the immediate parents so that if this is
2020
# a pull request then we can checkout the head.

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: go
4747

4848
- name: Check out code into the Go module directory
49-
uses: actions/checkout@v6
49+
uses: actions/checkout@v7
5050
with:
5151
submodules: true
5252

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: lint
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111
- name: golangci-lint
1212
uses: golangci/golangci-lint-action@v9
1313
with:

0 commit comments

Comments
 (0)