File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,19 +30,19 @@ jobs:
3030 override : true
3131
3232 - name : Cache cargo registry
33- uses : actions/cache@v1
33+ uses : actions/cache@v2
3434 with :
3535 path : ~/.cargo/registry
3636 key : ${{ matrix.os }}-${{ matrix.rust }}-cargo-registry-${{ hashFiles('**/Cargo.toml') }}
3737
3838 - name : Cache cargo index
39- uses : actions/cache@v1
39+ uses : actions/cache@v2
4040 with :
4141 path : ~/.cargo/git
4242 key : ${{ matrix.os }}-${{ matrix.rust }}-cargo-index-${{ hashFiles('**/Cargo.toml') }}
4343
4444 - name : Cache cargo build
45- uses : actions/cache@v1
45+ uses : actions/cache@v2
4646 with :
4747 path : target
4848 key : ${{ matrix.os }}-${{ matrix.rust }}-cargo-build-target-${{ hashFiles('**/Cargo.toml') }}
5858 with :
5959 command : check
6060 args : --features unstable --all --bins --examples --tests
61-
61+
6262 - name : check wasm
6363 uses : actions-rs/cargo@v1
6464 with :
You can’t perform that action at this time.
0 commit comments