Skip to content

Commit d1ec6ea

Browse files
authored
Merge pull request #141 from rust-embedded/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 69db97b + a9e54db commit d1ec6ea

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
@@ -21,7 +21,7 @@ jobs:
2121
- "1.75"
2222
- "stable"
2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525
- uses: dtolnay/rust-toolchain@master
2626
with:
2727
toolchain: ${{ matrix.toolchain }}
@@ -51,7 +51,7 @@ jobs:
5151
name: Check code formatting
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: actions/checkout@v6
54+
- uses: actions/checkout@v7
5555
- uses: dtolnay/rust-toolchain@nightly
5656
with:
5757
components: rustfmt

0 commit comments

Comments
 (0)