Skip to content

Commit 621d2d2

Browse files
authored
Update actions/cache version (#4890)
Seeing if an update fixes this, or if this is just a bug in GitHub's enforcement. ``` Error: This request has been automatically failed because it uses a deprecated version of `actions/cache: 0c45773b623bea8c8e75f6c82b208c3cf94ea4f9`. Please update your workflow to use v3/v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down ```
1 parent 2729022 commit 621d2d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-setup-macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
# minimum supported LLVM version.
2929
- name: Cache Homebrew
3030
id: cache-homebrew-macos
31-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
31+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3232
env:
3333
cache-name: cache-homebrew
3434
with:

.github/actions/build-setup-ubuntu/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
# reliability.
2828
- name: Cache LLVM and Clang installation
2929
id: cache-llvm-ubuntu
30-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
30+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3131
env:
3232
cache-name: cache-llvm
3333
with:

0 commit comments

Comments
 (0)