Skip to content

Commit d97fd29

Browse files
authored
Merge pull request #40 from rustatian/dependabot/github_actions/actions/checkout-6
2 parents 4533459 + 1fd4397 commit d97fd29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: ${{ matrix.go }}
2121

2222
- name: Check out code
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 1
2626

@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Check out code
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555

5656
- name: Run linter
5757
uses: golangci/golangci-lint-action@v8 # Action page: <https://github.com/golangci/golangci-lint-action>

.github/workflows/codeql-analysis.yml

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

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
with:
3535
# We must fetch at least the immediate parents so that if this is
3636
# a pull request then we can checkout the head.

0 commit comments

Comments
 (0)