File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646
4747 - name : Cache Rust Output
4848 id : rust-output-cache
49- uses : actions/cache@v4
49+ uses : actions/cache@v5
5050 with :
5151 path : |
5252 wasm_module/pkg
Original file line number Diff line number Diff line change 3030 run : echo "::set-output name=dir::$(yarn cache dir)"
3131
3232 - name : Cache dependencies
33- uses : actions/cache@v4
33+ uses : actions/cache@v5
3434 with :
3535 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
3636 key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 5555
5656 - name : Cache Rust Output
5757 id : rust-output-cache
58- uses : actions/cache@v4
58+ uses : actions/cache@v5
5959 with :
6060 path : |
6161 wasm_module/pkg
Original file line number Diff line number Diff line change 3636
3737 - name : Cache Rust Output
3838 id : rust-output-cache
39- uses : actions/cache@v4
39+ uses : actions/cache@v5
4040 with :
4141 path : |
4242 wasm_module/pkg
You can’t perform that action at this time.
0 commit comments