aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/bazel.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/bazel.yml')
-rw-r--r--.github/workflows/bazel.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml
index d13a16b5..bd90e82e 100644
--- a/.github/workflows/bazel.yml
+++ b/.github/workflows/bazel.yml
@@ -24,7 +24,7 @@ jobs:
- name: Download dependencies
run: python3 utils/git-sync-deps
- name: Mount Bazel cache
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
+ uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
path: ~/.bazel/cache
key: bazel-cache-${{ runner.os }}