chore(ci-deps-bump): bump actions/cache in the gh-actions-deps group

Bumps the gh-actions-deps group with 1 update: [actions/cache](https://github.com/actions/cache).


Updates `actions/cache` from 4.2.3 to 4.2.4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4.2.3...v4.2.4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 4.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-11 13:44:32 +00:00
committed by GitHub
parent b1f2631eec
commit 9164037069

View File

@@ -356,7 +356,7 @@ jobs:
- name: Cache OpenSSL Universal
id: cache-openssl
if: matrix.os == 'macos-14'
uses: actions/cache@v4.2.3
uses: actions/cache@v4.2.4
with:
path: ${{env.OpenSSL_Install_Path}}
key: macOS-${{matrix.os}}-ssl-${{matrix.arch}}-${{env.OpenSSL_Version}}