|
18 | 18 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 |
19 | 19 |
|
20 | 20 | - name: Install Rust toolchain |
21 | | - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable |
| 21 | + uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable |
22 | 22 | with: |
23 | 23 | components: clippy, rustfmt |
24 | 24 |
|
|
43 | 43 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 |
44 | 44 |
|
45 | 45 | - name: Install Rust toolchain |
46 | | - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable |
| 46 | + uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable |
47 | 47 |
|
48 | 48 | - name: Cache Rust dependencies |
49 | 49 | uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 |
@@ -151,9 +151,9 @@ jobs: |
151 | 151 | token: ${{ steps.generate_token.outputs.token }} |
152 | 152 |
|
153 | 153 | - name: Install Rust toolchain |
154 | | - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable |
| 154 | + uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable |
155 | 155 | with: |
156 | | - toolchain: "1.95.0" |
| 156 | + toolchain: "1.96.1" |
157 | 157 | components: clippy, rustfmt |
158 | 158 | targets: ${{ matrix.target }} |
159 | 159 |
|
@@ -182,7 +182,7 @@ jobs: |
182 | 182 | cat "${ASSET_NAME}.tar.gz.sha256" |
183 | 183 |
|
184 | 184 | - name: Upload to Release |
185 | | - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 |
| 185 | + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 |
186 | 186 | with: |
187 | 187 | tag_name: v${{ needs.release.outputs.new_release_version }} |
188 | 188 | files: | |
|
0 commit comments