Skip to content

Commit 5bfedc4

Browse files
Update actions/cache action to v5 (#120)
1 parent 0331300 commit 5bfedc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: "Checkout the sources"
2828
uses: actions/checkout@v6
2929
- name: Mount bazel caches
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: |
3333
~/.cache/bazel
@@ -51,7 +51,7 @@ jobs:
5151
- name: "Checkout the sources"
5252
uses: actions/checkout@v6
5353
- name: Mount bazel caches
54-
uses: actions/cache@v4
54+
uses: actions/cache@v5
5555
with:
5656
path: |
5757
~/.cache/bazel

0 commit comments

Comments
 (0)