Skip to content

Commit 89811d4

Browse files
Update actions/cache action to v5
1 parent b9e63f5 commit 89811d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: "Checkout the sources"
2929
uses: actions/checkout@v4
3030
- name: Mount bazel caches
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
path: |
3434
~/.cache/bazel
@@ -53,7 +53,7 @@ jobs:
5353
- name: "Checkout the sources"
5454
uses: actions/checkout@v4
5555
- name: Mount bazel caches
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
with:
5858
path: |
5959
~/.cache/bazel

0 commit comments

Comments
 (0)