From 3edbd3448e4b23da285ea045d403e10780b96a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:42:51 +0000 Subject: [PATCH] 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](https://github.com/actions/checkout/compare/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] --- .github/workflows/cargo-vet.yml | 2 +- .github/workflows/check.yml | 16 ++++++++-------- .github/workflows/nostd.yml | 2 +- .github/workflows/rolling.yml | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/cargo-vet.yml b/.github/workflows/cargo-vet.yml index 778265a..6d30896 100644 --- a/.github/workflows/cargo-vet.yml +++ b/.github/workflows/cargo-vet.yml @@ -19,7 +19,7 @@ jobs: CARGO_VET_VERSION: 0.10.2 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 031e60f..e72ae6b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest name: nightly / fmt steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - name: Install nightly @@ -57,7 +57,7 @@ jobs: toolchain: [stable, beta] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest name: semver steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - name: Install stable @@ -93,7 +93,7 @@ jobs: name: nightly / doc steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -115,7 +115,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -135,7 +135,7 @@ jobs: name: ubuntu / stable / deny steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -162,7 +162,7 @@ jobs: name: ubuntu / ${{ matrix.msrv }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -183,7 +183,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/nostd.yml b/.github/workflows/nostd.yml index f93366e..5e10156 100644 --- a/.github/workflows/nostd.yml +++ b/.github/workflows/nostd.yml @@ -25,7 +25,7 @@ jobs: target: [thumbv6m-none-eabi, thumbv7em-none-eabihf, thumbv8m.main-none-eabihf] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/rolling.yml b/.github/workflows/rolling.yml index ca7fb2a..49d3979 100644 --- a/.github/workflows/rolling.yml +++ b/.github/workflows/rolling.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - name: Install stable @@ -41,7 +41,7 @@ jobs: name: ubuntu / ${{ matrix.msrv }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - name: Install ${{ matrix.msrv }}