From 5ea261c0e8f19ff8ba132ede653334dfdd825090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:22:57 +0000 Subject: [PATCH] chore(dep): bump actions/checkout from 6 to 7 in the deps group Bumps the deps group with 1 update: [actions/checkout](https://github.com/actions/checkout). 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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/rust.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64c897f..13b7614 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install stable toolchain run: rustup update stable && rustup default stable - uses: katyo/publish-crates@v2 diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2e74629..bd6aba2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -14,7 +14,7 @@ jobs: os: [macOS-latest, ubuntu-latest] steps: - name: Checkout the source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Toolchain run: rustup update stable && rustup default stable - uses: taiki-e/install-action@sccache @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Toolchain run: rustup update stable && rustup default stable - uses: taiki-e/install-action@sccache