Skip to content

Commit a50b97e

Browse files
Merge pull request #64 from palfrey/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents 47eb6b9 + c9027e3 commit a50b97e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v6
5353

5454
- name: Mount bazel cache
55-
uses: actions/cache@v4
55+
uses: actions/cache@v5
5656
with:
5757
path: ~/.cache/bazel
5858
key: ${{ runner.os }}-bazel-${{ hashFiles('MODULE.bazel.lock') }}

0 commit comments

Comments
 (0)