From 7a419071c870a09222361ad3619e84fe199d7a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:32:31 +0000 Subject: [PATCH] github-actions: bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/builds.yml | 84 +++++++++++++++---------------- .github/workflows/commits.yml | 2 +- .github/workflows/docs.yml | 4 +- .github/workflows/formatting.yml | 2 +- .github/workflows/rust-checks.yml | 4 +- .github/workflows/scan-build.yml | 4 +- 6 files changed, 50 insertions(+), 50 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index a7c265e98c..b2b87a361a 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -75,7 +75,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -272,7 +272,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -480,7 +480,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -576,7 +576,7 @@ jobs: skip: false steps: - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -643,7 +643,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -731,7 +731,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -832,7 +832,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -934,7 +934,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -1035,7 +1035,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -1228,7 +1228,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -1294,7 +1294,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -1331,7 +1331,7 @@ jobs: needs: [prepare-deps] steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -1410,7 +1410,7 @@ jobs: needs: [prepare-deps] steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -1486,7 +1486,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -1646,7 +1646,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -1758,7 +1758,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -1909,7 +1909,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -1997,7 +1997,7 @@ jobs: options: --privileged steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -2154,7 +2154,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -2262,7 +2262,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -2369,7 +2369,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -2457,7 +2457,7 @@ jobs: needs: ubuntu-22-04-dist steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -2523,7 +2523,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -2606,7 +2606,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -2666,7 +2666,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Restore Cache Netmap - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 id: netmap-cache with: path: netmap/ @@ -2674,7 +2674,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -2734,7 +2734,7 @@ jobs: - name: Save Netmap Cache if: steps.netmap-cache.outputs.cache-hit != 'true' - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: netmap/ key: netmap-git @@ -2766,7 +2766,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -2802,7 +2802,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -2903,7 +2903,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -2996,7 +2996,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -3087,7 +3087,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -3169,7 +3169,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -3254,7 +3254,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -3326,7 +3326,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -3432,12 +3432,12 @@ jobs: shell: msys2 {0} steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry - name: Cache npcap - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /npcap-bin key: npcap-bin-100 @@ -3494,7 +3494,7 @@ jobs: shell: msys2 {0} steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -3541,7 +3541,7 @@ jobs: shell: msys2 {0} steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -3599,7 +3599,7 @@ jobs: shell: msys2 {0} steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry @@ -3644,7 +3644,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 9106278d0f..bd4b3bb482 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -20,7 +20,7 @@ jobs: container: ubuntu:20.04 steps: - name: Caching ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo key: commit-check-cargo diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 52b804eff1..2157838eba 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache ~/.cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -64,7 +64,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo key: ${{ github.job }}-cargo diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 53f45c1583..d35cec5b50 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -35,7 +35,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/registry key: cargo-registry diff --git a/.github/workflows/rust-checks.yml b/.github/workflows/rust-checks.yml index 3d7191f06f..4bc0c19db8 100644 --- a/.github/workflows/rust-checks.yml +++ b/.github/workflows/rust-checks.yml @@ -25,7 +25,7 @@ jobs: container: almalinux:9 steps: - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -105,7 +105,7 @@ jobs: container: almalinux:9 steps: - name: Cache cargo registry - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo key: ${{ github.job }}-cargo diff --git a/.github/workflows/scan-build.yml b/.github/workflows/scan-build.yml index 990f0fa97a..b9d065f557 100644 --- a/.github/workflows/scan-build.yml +++ b/.github/workflows/scan-build.yml @@ -23,7 +23,7 @@ jobs: container: ubuntu:26.04 steps: - name: Cache scan-build - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo key: scan-build @@ -171,7 +171,7 @@ jobs: container: ubuntu:26.04 steps: - name: Cache scan-build - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo key: scan-build