From 8f22673979eeedabcba06ee30993a48156836716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:54:41 +0000 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 3 updates Bumps the dependencies group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [crate-ci/typos](https://github.com/crate-ci/typos) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `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](https://github.com/actions/checkout/compare/v6...v7) Updates `crate-ci/typos` from 1.45.1 to 1.47.2 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.45.1...v1.47.2) Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: crate-ci/typos dependency-version: 1.47.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yaml | 2 +- .github/workflows/ci.yaml | 10 +++++----- .github/workflows/code-coverage.yaml | 4 ++-- .github/workflows/no_std.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 1a08f8a..2155f55 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -19,7 +19,7 @@ jobs: steps: - &checkout name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 743caff..03345ab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: - ${{ needs.config.outputs.stable }} - ${{ needs.config.outputs.nightly }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@master id: rust-toolchain with: @@ -97,8 +97,8 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v6 - - uses: crate-ci/typos@v1.45.1 + - uses: actions/checkout@v7 + - uses: crate-ci/typos@v1.47.2 # Make sure the library builds with all dependencies downgraded to their # oldest versions allowed by the semver spec. @@ -108,7 +108,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@master id: msrv-toolchain with: @@ -144,7 +144,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable id: rust-toolchain - uses: actions/cache@v5 diff --git a/.github/workflows/code-coverage.yaml b/.github/workflows/code-coverage.yaml index f105c42..2c02142 100644 --- a/.github/workflows/code-coverage.yaml +++ b/.github/workflows/code-coverage.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable id: rust-toolchain with: @@ -42,7 +42,7 @@ jobs: - name: Generate Code Coverage Report run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info - name: Upload Report to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: use_oidc: true files: lcov.info diff --git a/.github/workflows/no_std.yaml b/.github/workflows/no_std.yaml index 9740cfe..043d3f0 100644 --- a/.github/workflows/no_std.yaml +++ b/.github/workflows/no_std.yaml @@ -30,7 +30,7 @@ jobs: # Tier 2 Bare Armv7E-M - thumbv7em-none-eabi steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@master id: rust-toolchain with: