We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d451f commit ca82f6cCopy full SHA for ca82f6c
1 file changed
github-actions/bazel/setup/action.yml
@@ -13,7 +13,7 @@ runs:
13
using: composite
14
steps:
15
- name: Configure action caching for bazel version downloaded by bazelisk
16
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
17
with:
18
path: |
19
~/.cache/bazelisk
@@ -27,7 +27,7 @@ runs:
27
shell: bash
28
29
- name: Configure action caching for bazel repository cache
30
31
32
# Note: Bazel repository cache is located in system locations and cannot use
33
# a shared cache between different runner operating systems.
0 commit comments