Skip to content

Commit 6544bf2

Browse files
authored
Rust release upgrade (cache v1 is discontinued). (#627)
1 parent f79f19d commit 6544bf2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/rust-release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v3
1717

18-
- name: Install Rust
19-
uses: actions-rs/toolchain@v1
20-
with:
21-
toolchain: stable
22-
18+
- uses: dtolnay/rust-toolchain@stable
2319
- name: Cache Cargo Registry
24-
uses: actions/cache@v1
20+
uses: actions/cache@v4
2521
with:
2622
path: ~/.cargo/registry
2723
key: ubuntu-latest-cargo-registry-${{ hashFiles('**/Cargo.toml') }}

0 commit comments

Comments
 (0)