Skip to content

Commit ffdbda1

Browse files
committed
chore(deps): update actions/cache action to v5
1 parent ae205c8 commit ffdbda1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Cache Bazel files
8181
if: steps.generator-changes.outputs.changes == 'true'
8282
id: cache-bazel
83-
uses: actions/cache@v4
83+
uses: actions/cache@v5
8484
with:
8585
path: ~/.cache/bazel
8686
key: ${{ runner.os }}-googleapis-20250422-${{ secrets.CACHE_VERSION }}

.github/workflows/presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Cache Bazel files
6969
if: steps.generator-changes.outputs.changes == 'true'
7070
id: cache-bazel
71-
uses: actions/cache@v4
71+
uses: actions/cache@v5
7272
with:
7373
path: ~/.cache/bazel
7474
key: ${{ runner.os }}-googleapis-20250422-${{ secrets.CACHE_VERSION }}

0 commit comments

Comments
 (0)