Skip to content

Commit af3d224

Browse files
chore(ci):(deps): bump actions/checkout from 4 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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 c1757b4 commit af3d224

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Rust Build & Test
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v7
1515

1616
- uses: dtolnay/rust-toolchain@v1
1717

@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
python-version: ["3.9", "3.10", "3.11", "3.12"]
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v7
3434

3535
- uses: dtolnay/rust-toolchain@v1
3636

0 commit comments

Comments
 (0)