Skip to content

Commit 1c6d7e2

Browse files
chore(deps): 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] <support@github.com>
1 parent db8a986 commit 1c6d7e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "util/cat-search-tool"
2121
- "ci/resources/stemcell-version-bump"
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: actions/setup-go@v6
2525
with:
2626
go-version-file: ${{ matrix.dir }}/go.mod
@@ -38,7 +38,7 @@ jobs:
3838
- "util/cat-search-tool"
3939
- "ci/resources/stemcell-version-bump"
4040
steps:
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
- uses: actions/setup-go@v6
4343
with:
4444
go-version-file: ${{ matrix.dir }}/go.mod

0 commit comments

Comments
 (0)