diff --git a/.github/workflows/build-centos-7.yml b/.github/workflows/build-centos-7.yml index 49744252de25..5bc7a4a1344e 100644 --- a/.github/workflows/build-centos-7.yml +++ b/.github/workflows/build-centos-7.yml @@ -29,13 +29,13 @@ jobs: container: centos:7 steps: - name: Cache cargo registry - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: /var/cache/yum key: ${{ github.job }}-yum diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index c40a92788b51..59b7ef8df4ab 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -154,7 +154,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -181,13 +181,13 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -311,7 +311,7 @@ jobs: needs: [prepare-deps] steps: - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: /var/cache/dnf # TODO: Find some variable that matches the job name. @@ -320,7 +320,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo/registry key: cargo-registry @@ -404,13 +404,13 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -507,13 +507,13 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -599,13 +599,13 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -689,13 +689,13 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -785,13 +785,13 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -894,7 +894,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo/registry key: cargo-registry @@ -983,13 +983,13 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -1084,7 +1084,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo/registry key: cargo-registry @@ -1256,13 +1256,13 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -1327,7 +1327,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -1450,7 +1450,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -1553,7 +1553,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -1648,7 +1648,7 @@ jobs: needs: debian-12-dist steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -1710,7 +1710,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -1794,7 +1794,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -1862,7 +1862,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo/registry key: cargo-registry @@ -1961,7 +1961,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo/registry key: cargo-registry @@ -2061,7 +2061,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2150,7 +2150,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2230,7 +2230,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2322,7 +2322,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2405,7 +2405,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2484,7 +2484,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2538,7 +2538,7 @@ jobs: shell: msys2 {0} steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2594,7 +2594,7 @@ jobs: shell: msys2 {0} steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo @@ -2638,7 +2638,7 @@ jobs: shell: msys2 {0} steps: - name: Cache ~/.cargo - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 7d1d87350bf8..5d3826b10085 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@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: commit-check-cargo diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 5adf1dd86f2e..9dd584daa868 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@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo/registry key: cargo-registry diff --git a/.github/workflows/rust-checks.yml b/.github/workflows/rust-checks.yml index 5ac2739bf3d7..6eded1a3b94c 100644 --- a/.github/workflows/rust-checks.yml +++ b/.github/workflows/rust-checks.yml @@ -27,13 +27,13 @@ jobs: container: almalinux:9 steps: - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: /var/cache/dnf key: ${{ github.job }}-dnf @@ -112,13 +112,13 @@ jobs: container: almalinux:9 steps: - name: Cache cargo registry - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: ${{ github.job }}-cargo - name: Cache RPMs - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: /var/cache/dnf key: ${{ github.job }}-dnf diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index eebf43c13eb8..ae77e2f99c6d 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@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: check-rust diff --git a/.github/workflows/scan-build.yml b/.github/workflows/scan-build.yml index 966139d10a57..64fc0dade731 100644 --- a/.github/workflows/scan-build.yml +++ b/.github/workflows/scan-build.yml @@ -21,7 +21,7 @@ jobs: container: ubuntu:23.04 steps: - name: Cache scan-build - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 with: path: ~/.cargo key: scan-build