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: