|
55 | 55 | with: |
56 | 56 | rust-version: stable |
57 | 57 | - name: Rust Dependency Cache |
58 | | - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 |
| 58 | + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
59 | 59 | with: |
60 | 60 | shared-key: "amd-ci-check" # this job uses it's own cache becase check has a separate cache and we need it to be fast as it blocks other jobs |
61 | 61 | save-if: ${{ github.ref_name == 'main' }} |
@@ -108,7 +108,7 @@ jobs: |
108 | 108 | with: |
109 | 109 | rust-version: stable |
110 | 110 | - name: Rust Dependency Cache |
111 | | - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 |
| 111 | + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
112 | 112 | with: |
113 | 113 | save-if: false # set in linux-test |
114 | 114 | shared-key: "amd-ci" |
@@ -176,7 +176,7 @@ jobs: |
176 | 176 | with: |
177 | 177 | rust-version: stable |
178 | 178 | - name: Rust Dependency Cache |
179 | | - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 |
| 179 | + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
180 | 180 | with: |
181 | 181 | save-if: false # set in linux-test |
182 | 182 | shared-key: "amd-ci" |
@@ -293,7 +293,7 @@ jobs: |
293 | 293 | with: |
294 | 294 | rust-version: stable |
295 | 295 | - name: Rust Dependency Cache |
296 | | - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 |
| 296 | + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
297 | 297 | with: |
298 | 298 | save-if: ${{ github.ref_name == 'main' }} |
299 | 299 | shared-key: "amd-ci" |
@@ -337,7 +337,7 @@ jobs: |
337 | 337 | - name: Setup Rust toolchain |
338 | 338 | run: rustup toolchain install stable |
339 | 339 | - name: Rust Dependency Cache |
340 | | - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 |
| 340 | + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
341 | 341 | with: |
342 | 342 | save-if: false # set in linux-test |
343 | 343 | shared-key: "amd-ci" |
@@ -370,7 +370,7 @@ jobs: |
370 | 370 | with: |
371 | 371 | rust-version: stable |
372 | 372 | - name: Rust Dependency Cache |
373 | | - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 |
| 373 | + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
374 | 374 | with: |
375 | 375 | save-if: ${{ github.ref_name == 'main' }} |
376 | 376 | shared-key: "amd-ci-linux-test-example" |
@@ -446,7 +446,7 @@ jobs: |
446 | 446 | sudo apt-get update -qq |
447 | 447 | sudo apt-get install -y -qq clang |
448 | 448 | - name: Setup wasm-pack |
449 | | - uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2.62.57 |
| 449 | + uses: taiki-e/install-action@b4b80945859e8ef89a9732a0f46499a443b196fe # v2.62.59 |
450 | 450 | with: |
451 | 451 | tool: wasm-pack |
452 | 452 | - name: Run tests with headless mode |
@@ -677,7 +677,7 @@ jobs: |
677 | 677 | - name: Install Clippy |
678 | 678 | run: rustup component add clippy |
679 | 679 | - name: Rust Dependency Cache |
680 | | - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 |
| 680 | + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
681 | 681 | with: |
682 | 682 | save-if: ${{ github.ref_name == 'main' }} |
683 | 683 | shared-key: "amd-ci-clippy" |
@@ -749,7 +749,7 @@ jobs: |
749 | 749 | - name: Setup Rust toolchain |
750 | 750 | uses: ./.github/actions/setup-builder |
751 | 751 | - name: Install cargo-msrv |
752 | | - uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2.62.57 |
| 752 | + uses: taiki-e/install-action@b4b80945859e8ef89a9732a0f46499a443b196fe # v2.62.59 |
753 | 753 | with: |
754 | 754 | tool: cargo-msrv |
755 | 755 |
|
@@ -794,4 +794,4 @@ jobs: |
794 | 794 | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
795 | 795 | with: |
796 | 796 | persist-credentials: false |
797 | | - - uses: crate-ci/typos@626c4bedb751ce0b7f03262ca97ddda9a076ae1c # v1.39.2 |
| 797 | + - uses: crate-ci/typos@2d0ce569feab1f8752f1dde43cc2f2aa53236e06 # v1.40.0 |
0 commit comments