CI: update rust cache steps
This commit is contained in:
parent
201288952a
commit
0341db0046
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- run: rustup component add clippy rustfmt
|
||||
- uses: actions/checkout@v3
|
||||
- name: Rust Cache
|
||||
uses: Swatinem/rust-cache@v2.5
|
||||
uses: Swatinem/rust-cache@v2.5.0
|
||||
- name: Check format
|
||||
run: cargo fmt --all -- --check
|
||||
- name: Check
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Rust Cache
|
||||
uses: Swatinem/rust-cache@v2.5
|
||||
uses: Swatinem/rust-cache@v2.5.0
|
||||
- name: Install Cross
|
||||
uses: baptiste0928/cargo-install@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue