Skip to content

Commit 2f5d1a3

Browse files
chore(deps): Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8224a52 commit 2f5d1a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
23+
- uses: actions/checkout@v7
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@v6
41+
- uses: actions/checkout@v7
4242
- uses: actions/setup-go@v6
4343
with:
4444
go-version-file: ${{ matrix.dir }}/go.mod

0 commit comments

Comments
 (0)