Skip to content

Commit

Permalink
.github/workflows: Use actions/cache@v4 instead of @V3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivucica committed May 8, 2024
1 parent 789dccc commit 275ed7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# Caches and restores the bazel build directory.
- name: Cache bazel build results
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: bazel-cache
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

# Caches and restores the bazel build directory.
- name: Cache bazel build results
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: bazel-cache
with:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
submodules: true
# Caches and restores the bazel build directory.
- name: Cache bazel build results
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: bazel-cache
with:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

# Caches and restores the bazel build directory.
- name: Cache bazel build results
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: bazel-cache
with:
Expand Down

0 comments on commit 275ed7d

Please sign in to comment.