Skip to content

Commit 15a754f

Browse files
authored
Use stable toolchain when updating caches (#8153)
1 parent e629857 commit 15a754f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-caches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
persist-credentials: false
4747

4848
- name: Setup Rust
49-
uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
49+
uses: dtolnay/rust-toolchain@stable
5050
with:
5151
toolchain: ${{ matrix.toolchain }}
5252
target: ${{ matrix.target }}

0 commit comments

Comments
 (0)