Skip to content

Commit c9a1305

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- beta
2020
- nightly
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0
2525
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
@@ -39,7 +39,7 @@ jobs:
3939
name: Check Format
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v6
42+
- uses: actions/checkout@v7
4343
with:
4444
fetch-depth: 0
4545
- run: rustup update stable && rustup default stable
@@ -49,7 +49,7 @@ jobs:
4949
name: Docs
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: actions/checkout@v6
52+
- uses: actions/checkout@v7
5353
with:
5454
fetch-depth: 0
5555
- run: rustup update nightly && rustup default nightly

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
with:
2222
fetch-depth: 0
2323
- name: Install Rust toolchain

0 commit comments

Comments
 (0)