Skip to content

Commit 4d0333b

Browse files
authored
Merge pull request #198 from oschwald/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents a7a836b + bdd1085 commit 4d0333b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

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

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
# We must fetch at least the immediate parents so that if this is
2525
# 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
@@ -22,7 +22,7 @@ jobs:
2222
id: go
2323

2424
- name: Check out code into the Go module directory
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
submodules: true
2828

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: lint
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- name: golangci-lint
1515
uses: golangci/golangci-lint-action@v8
1616
with:

0 commit comments

Comments
 (0)