Skip to content

Commit b09cb27

Browse files
authored
chore: bump to GHA actions/cache@v4 (#94)
1 parent f36f89d commit b09cb27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/checkout@v4
8080

8181
- name: Mount bazel caches
82-
uses: actions/cache@v3
82+
uses: actions/cache@v4
8383
with:
8484
path: |
8585
~/.cache/bazel-disk-cache

.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@v4
1717
- name: Mount bazel caches
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
with:
2020
path: |
2121
"~/.cache/bazel"

0 commit comments

Comments
 (0)