|
58 | 58 | with: |
59 | 59 | rust-version: stable |
60 | 60 | - name: Rust Dependency Cache |
61 | | - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
| 61 | + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 |
62 | 62 | with: |
63 | 63 | 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 |
64 | 64 | save-if: ${{ github.ref_name == 'main' }} |
@@ -111,7 +111,7 @@ jobs: |
111 | 111 | with: |
112 | 112 | rust-version: stable |
113 | 113 | - name: Rust Dependency Cache |
114 | | - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
| 114 | + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 |
115 | 115 | with: |
116 | 116 | save-if: false # set in linux-test |
117 | 117 | shared-key: "amd-ci" |
@@ -181,7 +181,7 @@ jobs: |
181 | 181 | with: |
182 | 182 | rust-version: stable |
183 | 183 | - name: Rust Dependency Cache |
184 | | - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
| 184 | + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 |
185 | 185 | with: |
186 | 186 | save-if: false # set in linux-test |
187 | 187 | shared-key: "amd-ci" |
@@ -287,7 +287,7 @@ jobs: |
287 | 287 | with: |
288 | 288 | rust-version: stable |
289 | 289 | - name: Rust Dependency Cache |
290 | | - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
| 290 | + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 |
291 | 291 | with: |
292 | 292 | save-if: ${{ github.ref_name == 'main' }} |
293 | 293 | shared-key: "amd-ci" |
@@ -332,7 +332,7 @@ jobs: |
332 | 332 | - name: Setup Rust toolchain |
333 | 333 | run: rustup toolchain install stable |
334 | 334 | - name: Rust Dependency Cache |
335 | | - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
| 335 | + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 |
336 | 336 | with: |
337 | 337 | save-if: false # set in linux-test |
338 | 338 | shared-key: "amd-ci" |
@@ -366,7 +366,7 @@ jobs: |
366 | 366 | with: |
367 | 367 | rust-version: stable |
368 | 368 | - name: Rust Dependency Cache |
369 | | - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
| 369 | + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 |
370 | 370 | with: |
371 | 371 | save-if: ${{ github.ref_name == 'main' }} |
372 | 372 | shared-key: "amd-ci-linux-test-example" |
@@ -431,7 +431,7 @@ jobs: |
431 | 431 | sudo apt-get update -qq |
432 | 432 | sudo apt-get install -y -qq clang |
433 | 433 | - name: Setup wasm-pack |
434 | | - uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25 |
| 434 | + uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34 |
435 | 435 | with: |
436 | 436 | tool: wasm-pack |
437 | 437 | - name: Run tests with headless mode |
@@ -666,7 +666,7 @@ jobs: |
666 | 666 | - name: Install Clippy |
667 | 667 | run: rustup component add clippy |
668 | 668 | - name: Rust Dependency Cache |
669 | | - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 |
| 669 | + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 |
670 | 670 | with: |
671 | 671 | save-if: ${{ github.ref_name == 'main' }} |
672 | 672 | shared-key: "amd-ci-clippy" |
@@ -771,7 +771,7 @@ jobs: |
771 | 771 | - name: Setup Rust toolchain |
772 | 772 | uses: ./.github/actions/setup-builder |
773 | 773 | - name: Install cargo-msrv |
774 | | - uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25 |
| 774 | + uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34 |
775 | 775 | with: |
776 | 776 | tool: cargo-msrv |
777 | 777 |
|
|
0 commit comments