|
29 | 29 | steps: |
30 | 30 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
31 | 31 | - name: Install Rust toolchain |
32 | | - uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1 |
| 32 | + uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1 |
33 | 33 | with: |
34 | 34 | toolchain: stable |
35 | 35 | - run: rustup component add rustfmt |
|
43 | 43 | steps: |
44 | 44 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
45 | 45 | - name: Install Rust toolchain |
46 | | - uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1 |
| 46 | + uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1 |
47 | 47 | with: |
48 | 48 | toolchain: stable |
49 | 49 | components: clippy |
|
74 | 74 | fetch-depth: 0 |
75 | 75 |
|
76 | 76 | - name: Install Rust toolchain |
77 | | - uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1 |
| 77 | + uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1 |
78 | 78 | with: |
79 | 79 | toolchain: ${{ matrix.rust }} |
80 | 80 | - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 |
|
85 | 85 | INSTA_UPDATE: new |
86 | 86 | - name: Upload snapshots of failed tests |
87 | 87 | if: ${{ failure() && steps.run_tests.outcome == 'failure' }} |
88 | | - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 |
| 88 | + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 |
89 | 89 | with: |
90 | 90 | name: failed-snapshots-${{ matrix.job.os }} |
91 | 91 | path: "**/snapshots/*.snap.new" |
@@ -113,7 +113,7 @@ jobs: |
113 | 113 | fetch-depth: 0 |
114 | 114 |
|
115 | 115 | - name: Install Rust toolchain |
116 | | - uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1 |
| 116 | + uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1 |
117 | 117 | with: |
118 | 118 | toolchain: ${{ matrix.rust }} |
119 | 119 | - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 |
@@ -147,11 +147,11 @@ jobs: |
147 | 147 | fetch-depth: 0 |
148 | 148 |
|
149 | 149 | - name: Install Rust toolchain |
150 | | - uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1 |
| 150 | + uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1 |
151 | 151 | with: |
152 | 152 | toolchain: ${{ matrix.rust }} |
153 | 153 | - name: install cargo-hack |
154 | | - uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2 |
| 154 | + uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2 |
155 | 155 | with: |
156 | 156 | tool: cargo-hack |
157 | 157 | - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 |
@@ -253,7 +253,7 @@ jobs: |
253 | 253 | steps: |
254 | 254 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
255 | 255 | - name: Install cargo-hack |
256 | | - uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36 # v2 |
| 256 | + uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2 |
257 | 257 | with: |
258 | 258 | tool: cargo-hack |
259 | 259 |
|
|
0 commit comments