Skip to content

Commit c5a998b

Browse files
authored
Merge pull request #547 from cloudfoundry/dependabot/github_actions/actions/checkout-5
chore(deps): Bump actions/checkout from 4 to 5
2 parents 4f6ce87 + 1128d34 commit c5a998b

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@v4
23+
- uses: actions/checkout@v5
2424
- uses: actions/setup-go@v5
2525
with:
2626
go-version-file: go.mod
@@ -38,7 +38,7 @@ jobs:
3838
- "util/cat-search-tool"
3939
- "ci/resources/stemcell-version-bump"
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
- uses: actions/setup-go@v5
4343
with:
4444
go-version-file: go.mod

0 commit comments

Comments
 (0)