Skip to content

Commit dd20d94

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 8e60a0d commit dd20d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626

2727
- name: Check out code into the Go module directory
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
- name: Cache Go dependency
3131
uses: actions/cache@v4

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333

3434
- name: Check out code into the Go module directory
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
- name: Set up Go ${{ matrix.go }}
3737
uses: actions/setup-go@v6
3838
with:

0 commit comments

Comments
 (0)