|
84 | 84 | platform: Linux |
85 | 85 |
|
86 | 86 | - name: Set up Rust |
87 | | - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable |
| 87 | + uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable |
88 | 88 |
|
89 | 89 | - name: Install |
90 | 90 | run: npm ci |
@@ -154,7 +154,7 @@ jobs: |
154 | 154 | platform: macOS |
155 | 155 |
|
156 | 156 | - name: Set up Rust |
157 | | - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable |
| 157 | + uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable |
158 | 158 | with: |
159 | 159 | targets: aarch64-apple-darwin |
160 | 160 |
|
@@ -285,7 +285,7 @@ jobs: |
285 | 285 | platform: Windows |
286 | 286 |
|
287 | 287 | - name: Set up Rust |
288 | | - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable |
| 288 | + uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable |
289 | 289 | with: |
290 | 290 | targets: x86_64-pc-windows-msvc |
291 | 291 |
|
@@ -347,7 +347,7 @@ jobs: |
347 | 347 | platform: Windows |
348 | 348 |
|
349 | 349 | - name: Set up Rust |
350 | | - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable |
| 350 | + uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable |
351 | 351 | with: |
352 | 352 | targets: x86_64-pc-windows-msvc |
353 | 353 |
|
@@ -458,7 +458,7 @@ jobs: |
458 | 458 | platform: Linux |
459 | 459 |
|
460 | 460 | - name: Set up Rust |
461 | | - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable |
| 461 | + uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable |
462 | 462 |
|
463 | 463 | - name: NPM Install |
464 | 464 | run: npm ci |
@@ -510,7 +510,7 @@ jobs: |
510 | 510 | platform: macOS |
511 | 511 |
|
512 | 512 | - name: Set up Rust |
513 | | - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable |
| 513 | + uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable |
514 | 514 |
|
515 | 515 | - name: Print environment |
516 | 516 | run: | |
@@ -643,7 +643,7 @@ jobs: |
643 | 643 | platform: macOS |
644 | 644 |
|
645 | 645 | - name: Set up Rust |
646 | | - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable |
| 646 | + uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable |
647 | 647 | with: |
648 | 648 | targets: aarch64-apple-darwin |
649 | 649 |
|
|
0 commit comments