From 2b4918362797caacc9821a71d092d25c2c2015f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 10:17:35 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 7 in the actions group Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 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/v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd22b01..80b6df7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # No toolchain action: the runner's rustup reads rust-toolchain.toml and # installs the pinned channel + components. Pinning the action to @stable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 196d4ab..d93f50c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: linux-binary: runs-on: ubuntu-22.04 # conservative glibc for the Debian LXC build hosts steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: # Build the tagged commit, not the default branch. They are normally the # same commit, but "normally" is not a guarantee worth shipping a binary on.