File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 run : cargo check --locked
4141
4242 - name : Cache cargo registry
43- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
43+ uses : actions/cache@v4
4444 with :
4545 path : |
4646 $CARGO_HOME/registry/index/
5454 ${{ runner.os }}-cargo-registry-
5555
5656 - name : Cache cargo build
57- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
57+ uses : actions/cache@v4
5858 with :
5959 path : target/
6060 key : ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change 4545 run : cargo check --locked --target ${{ matrix.target }}
4646
4747 - name : Cache cargo registry
48- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
48+ uses : actions/cache@v4
4949 with :
5050 path : |
5151 ~/.cargo/registry/index/
You can’t perform that action at this time.
0 commit comments