File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Cache cargo registry
11- uses : actions/cache@v1
11+ uses : actions/cache@v2
1212 with :
1313 path : ~/.cargo/registry
1414 key : ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
1515 - name : Cache cargo index
16- uses : actions/cache@v1
16+ uses : actions/cache@v2
1717 with :
1818 path : ~/.cargo/git
1919 key : ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
2020 - name : Cache cargo build
21- uses : actions/cache@v1
21+ uses : actions/cache@v2
2222 with :
2323 path : target
2424 key : ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change 88 runs-on : macos-latest
99 steps :
1010 - name : Cache cargo registry
11- uses : actions/cache@v1
11+ uses : actions/cache@v2
1212 with :
1313 path : ~/.cargo/registry
1414 key : ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
1515 - name : Cache cargo index
16- uses : actions/cache@v1
16+ uses : actions/cache@v2
1717 with :
1818 path : ~/.cargo/git
1919 key : ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
2020 - name : Cache cargo build
21- uses : actions/cache@v1
21+ uses : actions/cache@v2
2222 with :
2323 path : target
2424 key : ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
You can’t perform that action at this time.
0 commit comments