File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
github-actions/bazel/setup Expand file tree Collapse file tree 1 file changed +2
-2
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
16+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
30+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.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.
You can’t perform that action at this time.
0 commit comments