From a2e194d6d0c59b4e9b5d42d6cbe78086623ad56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:20:22 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/cross.yml | 2 +- .github/workflows/rust.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9d38249..5dd56042 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: sudo apt --fix-broken install sudo apt install -y crun/testing podman/testing skopeo/testing - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install podman if: ( matrix.runner == 'ubuntu-24.04-arm' ) diff --git a/.github/workflows/cross.yml b/.github/workflows/cross.yml index e535ee6b..ea60fbb0 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@v5 + - uses: actions/checkout@v6 with: submodules: true set-safe-directory: true diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c85d4499..cfa93f41 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@v5 + uses: actions/checkout@v6 - 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@v5 + uses: actions/checkout@v6 - 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@v5 + uses: actions/checkout@v6 - 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@v5 + uses: actions/checkout@v6 - 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@v5 + uses: actions/checkout@v6 - name: Install toolchain uses: dtolnay/rust-toolchain@v1 with: