Skip to content

Commit eeff09c

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 22253e2 commit eeff09c

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

@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
python-version: ["3.10", "3.11", "3.12"]
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v7
3939

4040
- uses: actions/setup-python@v4
4141
with:

0 commit comments

Comments
 (0)