Skip to content

Commit 974c5e4

Browse files
Bump actions/checkout from 4 to 5
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] <support@github.com>
1 parent c8eb402 commit 974c5e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- 'macos-latest'
2222
- 'ubuntu-latest'
2323
steps:
24-
- uses: 'actions/checkout@v4'
24+
- uses: 'actions/checkout@v5'
2525
with:
2626
fetch-depth: 1
2727
- name: 'Install Dependencies'
@@ -61,7 +61,7 @@ jobs:
6161
- 'windows-2025'
6262
- 'windows-2022'
6363
steps:
64-
- uses: 'actions/checkout@v4'
64+
- uses: 'actions/checkout@v5'
6565
with:
6666
fetch-depth: 1
6767
- name: 'Install Dependencies'

0 commit comments

Comments
 (0)