Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4.2.0 (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 2bcf32d commit d15614e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# previously built artifacts to minimize build time. The more precise you are with
# hashFiles sources the less work bazel will have to do.
- name: Mount bazel caches
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: |
~/.cache/bazel
Expand Down

0 comments on commit d15614e

Please sign in to comment.