Skip to content

Commit d4bbbc8

Browse files
build(deps): bump actions/checkout from 6 to 7 (#138)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d33b75 commit d4bbbc8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-24.04
2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
- name: Check formatting
2828
run: cargo fmt -- --check
2929
- name: Check Clippy
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ${{ matrix.runs-on }}
4242
steps:
4343
- name: Checkout code
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545
- name: Run tests
4646
run: cargo test --all
4747

@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ${{ matrix.runs-on }}
7575
steps:
7676
- name: Checkout code
77-
uses: actions/checkout@v6
77+
uses: actions/checkout@v7
7878
- name: Install Rust targets
7979
run: rustup target add "$TARGET" "$TOOLS_TARGET"
8080
env:

0 commit comments

Comments
 (0)