Skip to content

Commit

Permalink
github: Update actions/cache to 4.2.0
Browse files Browse the repository at this point in the history
Older versions have been deprecated:
actions/cache#1510

PiperOrigin-RevId: 725662945
  • Loading branch information
vigneshvg authored and copybara-github committed Feb 11, 2025
1 parent 7d6d26c commit 6d27937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Cache external dependencies
id: cache-ext
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: |
sys
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Cache external dependencies including libavif
id: cache-ext-with-libavif
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: |
sys
Expand Down

0 comments on commit 6d27937

Please sign in to comment.