File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 using : composite
1414 steps :
1515 - name : Configure action caching for bazel version downloaded by bazelisk
16- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
16+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0 .0
1717 with :
1818 path : |
1919 ~/.cache/bazelisk
2727 shell : bash
2828
2929 - name : Configure action caching for bazel repository cache
30- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
30+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0 .0
3131 with :
3232 # Note: Bazel repository cache is located in system locations and cannot use
3333 # a shared cache between different runner operating systems.
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ runs:
106106
107107 - name : Restore WSL NVM cache
108108 id : cache-nvm
109- uses : actions/cache@v4
109+ uses : actions/cache@v5
110110 with :
111111 path : ~/.cache/wsl_nvm_cache.tar.gz
112112 key : wsl-nvm-cache-v1-${{hashFiles('**/.nvmrc')}}
You can’t perform that action at this time.
0 commit comments