File tree Expand file tree Collapse file tree 2 files changed +2
-23
lines changed
Expand file tree Collapse file tree 2 files changed +2
-23
lines changed Original file line number Diff line number Diff line change 2626 os : macos-latest
2727
2828 steps :
29- - uses : actions/checkout@v2
30-
31- - name : Cache .cargo and target
32- uses : actions/cache@v2
33- with :
34- path : |
35- ~/.cargo
36- ./target
37- key : ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.toml') }}
38- restore-keys : |
39- ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
40- ${{ runner.os }}-cargo-build
29+ - name : Checkout
30+ uses : actions/checkout@v4
4131
4232 - name : Setup Rust
4333 uses : dtolnay/rust-toolchain@stable
Original file line number Diff line number Diff line change 3838 - name : Checkout project files
3939 uses : actions/checkout@v2
4040
41- - name : Cache .cargo and target
42- uses : actions/cache@v2
43- with :
44- path : |
45- ~/.cargo
46- ./target
47- key : ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.toml') }}
48- restore-keys : |
49- ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
50- ${{ runner.os }}-cargo-build
51-
5241 - name : Setup Rust
5342 uses : dtolnay/rust-toolchain@stable
5443
You can’t perform that action at this time.
0 commit comments