Skip to content

Commit 778aa90

Browse files
chore(deps): update actions/cache action to v5
1 parent 1f80d7f commit 778aa90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# previously built artifacts to minimize build time. The more precise you are with
4040
# hashFiles sources the less work bazel will have to do.
4141
- name: Mount bazel caches
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: |
4545
~/.cache/bazel

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1717
- name: Mount bazel caches
18-
uses: actions/cache@v4
18+
uses: actions/cache@v5
1919
with:
2020
path: |
2121
~/.cache/bazel

0 commit comments

Comments
 (0)