Skip to content

Commit 97410e4

Browse files
chore(deps): update actions/cache action to v5
1 parent 4c94f93 commit 97410e4

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
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515

1616
- name: Mount bazel cache
17-
uses: actions/cache@v4
17+
uses: actions/cache@v5
1818
with:
1919
path: "/home/runner/.cache/bazel"
2020
key: bazel

0 commit comments

Comments
 (0)