Skip to content

Commit 0932547

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6405b6a commit 0932547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: stable
2323

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

2727
- name: golangci-lint
2828
uses: golangci/golangci-lint-action@v9

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: stable
2323

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

2727
- name: Run Go Unit Tests
2828
run: |

0 commit comments

Comments
 (0)