Skip to content

Commit

Permalink
Upgrade to actions/cache@v4.
Browse files Browse the repository at this point in the history
GitHub is deprecating versions 2 and 3.
  • Loading branch information
plusvic committed Dec 11, 2024
1 parent 3a60f2d commit 1fb43eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
steps:
# Caches and restores the bazelisk download directory.
- name: Cache bazelisk download
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: bazel-cache
with:
Expand Down

0 comments on commit 1fb43eb

Please sign in to comment.