Skip to content

Commit

Permalink
Update build action to use actions/cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwarres committed Mar 3, 2025
1 parent 4f53e7a commit 1e4863d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v1

- name: Mount bazel cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: "/home/runner/.cache/bazel"
key: bazel
Expand Down

0 comments on commit 1e4863d

Please sign in to comment.