File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A simple wrapper around actions/cache configured with common Cargo
44runs :
55 using : composite
66 steps :
7- - uses : actions/cache@v3.3.2
7+ - uses : actions/cache@v4
88 name : Cache cargo dependencies
99 with :
1010 key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change 2222 using : composite
2323 steps :
2424 - uses : actions/checkout@v4
25- - uses : tomphp/github-actions/ cache-cargo-dependencies@v0.1.0
26- - uses : actions-rs/ toolchain@v1.0.7
25+ - uses : ./ cache-cargo-dependencies
26+ - uses : actions-rust-lang/setup-rust- toolchain@v1
2727 with :
28- profile : ${{ inputs.rust-profile }}
2928 toolchain : ${{ inputs.rust-toolchain }}
30- default : ${{ inputs.rust-default }}
3129 components : ${{ inputs.rust-components }}
30+ cache : false
You can’t perform that action at this time.
0 commit comments