GHA: update actions/cache digest to d4323d4

Closes #16510
This commit is contained in:
renovate[bot] 2025-02-27 16:21:03 +00:00 committed by Daniel Stenberg
parent 1fe62d9bae
commit aa51da563a
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 29 additions and 29 deletions

View file

@ -400,7 +400,7 @@ jobs:
fail-fast: false
steps:
- name: 'cache compiler (gcc ${{ matrix.env }})'
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
id: cache-compiler
with:
path: ~\my-cache
@ -610,7 +610,7 @@ jobs:
while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --no-lock --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
- name: 'cache compiler (mingw32ce)'
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
id: cache-compiler
with:
path: ~/opt/mingw32ce