Skip to content

Commit 63a96a7

Browse files
committed
Update github action
1 parent 45273f4 commit 63a96a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Cache cargo registry
16-
uses: actions/cache@v1
16+
uses: actions/cache@v4
1717
with:
1818
path: ~/.cargo/registry
1919
key: ${{ runner.os }}-cargo-registry
2020
- name: Cache cargo index
21-
uses: actions/cache@v1
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.cargo/git
2424
key: ${{ runner.os }}-cargo-index
2525
- name: Cache cargo build
26-
uses: actions/cache@v1
26+
uses: actions/cache@v4
2727
with:
2828
path: rust/target
2929
key: ${{ runner.os }}-cargo-build-target
3030
- name: Install stable
31-
uses: actions-rs/toolchain@v1
31+
uses: dtolnay/rust-toolchain@nightly
3232
with:
3333
profile: minimal
3434
toolchain: stable

0 commit comments

Comments
 (0)