Skip to content

Commit 69e30c0

Browse files
chore(deps): update actions/cache action to v5 (#776)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe9350c commit 69e30c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Cache Bazel stuff
6464
if: ${{ matrix.java-version == '21' }}
65-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
65+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
6666
with:
6767
path: |
6868
~/.cache/bazel

0 commit comments

Comments
 (0)