From 3fe36ce4c4cb33f3711e50013ae9d898bc544e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 16:28:55 +0000 Subject: [PATCH] build(deps): bump actions/checkout Bumps the actions group with 1 update in the / directory: [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: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/crates-release.yml | 2 +- .github/workflows/cross.yml | 2 +- .github/workflows/rust.yml | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83c9f90f..e5742c6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: sudo apt --fix-broken install sudo apt install -y crun/testing podman/testing skopeo/testing - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install podman if: ( matrix.runner == 'ubuntu-24.04-arm' ) diff --git a/.github/workflows/crates-release.yml b/.github/workflows/crates-release.yml index f2dc711b..2910fd47 100644 --- a/.github/workflows/crates-release.yml +++ b/.github/workflows/crates-release.yml @@ -10,7 +10,7 @@ jobs: permissions: id-token: write # Required for OIDC token exchange steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: rust-lang/crates-io-auth-action@v1 id: auth - run: | diff --git a/.github/workflows/cross.yml b/.github/workflows/cross.yml index a3edd31e..a896c321 100644 --- a/.github/workflows/cross.yml +++ b/.github/workflows/cross.yml @@ -18,7 +18,7 @@ jobs: - arch: ppc64le distro: ubuntu_latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true set-safe-directory: true diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cfa93f41..1dc77330 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -27,7 +27,7 @@ jobs: container: quay.io/coreos-assembler/fcos-buildroot:testing-devel steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install toolchain uses: dtolnay/rust-toolchain@v1 with: @@ -44,7 +44,7 @@ jobs: container: quay.io/coreos-assembler/fcos-buildroot:testing-devel steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install toolchain uses: dtolnay/rust-toolchain@v1 with: @@ -61,7 +61,7 @@ jobs: container: quay.io/coreos-assembler/fcos-buildroot:testing-devel steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Detect crate MSRV run: | msrv=$(cargo metadata --format-version 1 --no-deps | \ @@ -84,7 +84,7 @@ jobs: container: quay.io/coreos-assembler/fcos-buildroot:testing-devel steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install toolchain uses: dtolnay/rust-toolchain@v1 with: @@ -106,7 +106,7 @@ jobs: channel: [beta, nightly] steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install toolchain uses: dtolnay/rust-toolchain@v1 with: