We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2729022 commit 621d2d2Copy full SHA for 621d2d2
.github/actions/build-setup-macos/action.yml
@@ -28,7 +28,7 @@ runs:
28
# minimum supported LLVM version.
29
- name: Cache Homebrew
30
id: cache-homebrew-macos
31
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
32
env:
33
cache-name: cache-homebrew
34
with:
.github/actions/build-setup-ubuntu/action.yml
@@ -27,7 +27,7 @@ runs:
27
# reliability.
- name: Cache LLVM and Clang installation
id: cache-llvm-ubuntu
cache-name: cache-llvm
0 commit comments