Skip to content

Commit

Permalink
Update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and renau committed Aug 23, 2024
1 parent 6ac895c commit 9f0d08f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: bazelbuild/setup-bazelisk@v2

- name: Mount bazel cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: "~/.cache/bazel"
key: bazel-gcc
Expand All @@ -36,7 +36,7 @@ jobs:
uses: bazelbuild/setup-bazelisk@v2

- name: Mount bazel cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: "~/.cache/bazel"
key: bazel-cgcc
Expand All @@ -61,7 +61,7 @@ jobs:
uses: bazelbuild/setup-bazelisk@v2

- name: Mount bazel cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: "~/.cache/bazel"
key: bazel-clang
Expand Down

0 comments on commit 9f0d08f

Please sign in to comment.