Skip to content

Commit 3ddd922

Browse files
Bump actions/checkout from 4 to 5 (#268)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Jowett <[email protected]>
1 parent 7b5f0d7 commit 3ddd922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
TEST_TIMEOUT: 900 # 15 minute timeout for tests.
3535

3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
with:
3939
submodules: 'recursive'
4040

@@ -105,7 +105,7 @@ jobs:
105105
TEST_TIMEOUT: 900 # 15 minute timeout for tests.
106106

107107
steps:
108-
- uses: actions/checkout@v4
108+
- uses: actions/checkout@v5
109109
with:
110110
submodules: 'recursive'
111111

0 commit comments

Comments
 (0)