mirror of
https://github.com/input-leap/input-leap.git
synced 2025-12-13 20:36:57 +01:00
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:
2
.github/workflows/builds.yml
vendored
2
.github/workflows/builds.yml
vendored
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user