diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 46ed7b0e5243..a9bcae6d1fbd 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -71,13 +71,13 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -226,7 +226,7 @@ jobs: needs: [prepare-deps] steps: - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /var/cache/dnf # TODO: Find some variable that matches the job name. @@ -235,7 +235,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo/registry key: cargo-registry @@ -320,13 +320,13 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -400,13 +400,13 @@ jobs: - fedora:40 steps: - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -472,13 +472,13 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -576,13 +576,13 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -670,13 +670,13 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -766,13 +766,13 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -871,7 +871,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo/registry key: cargo-registry @@ -960,13 +960,13 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -1060,7 +1060,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo/registry key: cargo-registry @@ -1231,13 +1231,13 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -1302,13 +1302,13 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -1358,7 +1358,7 @@ jobs: needs: [prepare-deps] steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -1432,7 +1432,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -1557,7 +1557,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -1671,7 +1671,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -1817,7 +1817,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -1904,7 +1904,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2007,7 +2007,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2116,7 +2116,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2212,7 +2212,7 @@ jobs: needs: ubuntu-22-04-dist steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2276,7 +2276,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2367,7 +2367,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2436,7 +2436,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo/registry key: cargo-registry @@ -2531,7 +2531,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo/registry key: cargo-registry @@ -2576,7 +2576,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo/registry key: cargo-registry @@ -2683,7 +2683,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2781,7 +2781,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2794,7 +2794,7 @@ jobs: rm -f /etc/apt/apt.conf.d/docker-clean - name: Cache apt downloads - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /var/cache/apt/archives key: ${{ github.job }}-apt @@ -2884,7 +2884,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2976,7 +2976,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -3058,7 +3058,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -3136,7 +3136,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -3191,7 +3191,7 @@ jobs: shell: msys2 {0} steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -3247,7 +3247,7 @@ jobs: shell: msys2 {0} steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -3291,7 +3291,7 @@ jobs: shell: msys2 {0} steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -3337,13 +3337,13 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /var/cache/dnf key: ${{ github.job }}-dnf diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index bbfe3e4cbfe9..fe27d66bad35 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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: commit-check-cargo diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2f6725458dc8..e2c7473c2681 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -65,7 +65,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 6e334df06dcd..9bf78d91358b 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -33,7 +33,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo/registry key: cargo-registry diff --git a/.github/workflows/rust-checks.yml b/.github/workflows/rust-checks.yml index 692aab93c92e..69ecd28c4ffe 100644 --- a/.github/workflows/rust-checks.yml +++ b/.github/workflows/rust-checks.yml @@ -25,13 +25,13 @@ jobs: container: almalinux:9 steps: - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -109,13 +109,13 @@ jobs: container: almalinux:9 steps: - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /var/cache/dnf key: ${{ github.job }}-dnf diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dcb83a1015cb..0593d106c7d1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,7 +22,7 @@ jobs: container: almalinux:9 steps: - name: Cache rust - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: check-rust diff --git a/.github/workflows/scan-build.yml b/.github/workflows/scan-build.yml index 91ed9d787e5a..6b397b113df0 100644 --- a/.github/workflows/scan-build.yml +++ b/.github/workflows/scan-build.yml @@ -21,7 +21,7 @@ jobs: container: ubuntu:24.04 steps: - name: Cache scan-build - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.cargo key: scan-build