diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index d9602da84aab..9549ee3a0f55 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -75,7 +75,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -252,7 +252,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -419,7 +419,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -515,7 +515,7 @@ jobs: skip: true steps: - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -582,7 +582,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -670,7 +670,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -771,7 +771,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -867,7 +867,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -968,7 +968,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -1160,7 +1160,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -1226,7 +1226,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -1275,7 +1275,7 @@ jobs: needs: [prepare-deps] steps: - name: Cache ~/.cargo - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -1350,7 +1350,7 @@ jobs: needs: [prepare-deps] steps: - name: Cache ~/.cargo - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -1426,7 +1426,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -1569,7 +1569,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -1676,7 +1676,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -1818,7 +1818,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -1906,7 +1906,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -2012,7 +2012,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -2114,7 +2114,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -2202,7 +2202,7 @@ jobs: needs: ubuntu-22-04-dist steps: - name: Cache ~/.cargo - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -2268,7 +2268,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -2351,7 +2351,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -2411,7 +2411,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Restore Cache Netmap - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 id: netmap-cache with: path: netmap/ @@ -2419,7 +2419,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -2479,7 +2479,7 @@ jobs: - name: Save Netmap Cache if: steps.netmap-cache.outputs.cache-hit != 'true' - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: path: netmap/ key: netmap-git @@ -2510,7 +2510,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -2554,7 +2554,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -2653,7 +2653,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -2746,7 +2746,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -2835,7 +2835,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -2917,7 +2917,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -3002,7 +3002,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -3074,7 +3074,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -3138,12 +3138,12 @@ jobs: shell: msys2 {0} steps: - name: Cache ~/.cargo - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry - name: Cache npcap - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: /npcap-bin key: npcap-bin-100 @@ -3200,7 +3200,7 @@ jobs: shell: msys2 {0} steps: - name: Cache ~/.cargo - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -3247,7 +3247,7 @@ jobs: shell: msys2 {0} steps: - name: Cache ~/.cargo - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -3305,7 +3305,7 @@ jobs: shell: msys2 {0} steps: - name: Cache ~/.cargo - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry @@ -3350,7 +3350,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 093741897ac0..faf57359ad92 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo key: commit-check-cargo diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9f3538918ee3..195019216948 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -64,7 +64,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo key: ${{ github.job }}-cargo diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 069ce6c45692..56882da3d050 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo/registry key: cargo-registry diff --git a/.github/workflows/rust-checks.yml b/.github/workflows/rust-checks.yml index 291f999be827..5f39d0c8eed8 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -101,7 +101,7 @@ jobs: container: almalinux:9 steps: - name: Cache cargo registry - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo key: ${{ github.job }}-cargo diff --git a/.github/workflows/scan-build.yml b/.github/workflows/scan-build.yml index 8327289fc9c0..6f80e4cc1a80 100644 --- a/.github/workflows/scan-build.yml +++ b/.github/workflows/scan-build.yml @@ -23,7 +23,7 @@ jobs: container: ubuntu:25.04 steps: - name: Cache scan-build - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb with: path: ~/.cargo key: scan-build