Skip to content

Commit 6f2f617

Browse files
authored
Merge pull request #595 from cloudfoundry/dependabot/github_actions/actions/checkout-6
chore(deps): Bump actions/checkout from 5 to 6
2 parents 22043d3 + 1c6d7e2 commit 6f2f617

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)