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: