From bc087757ebf83b4f015cf5996eddeb745fcee630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:55:09 +0000 Subject: [PATCH] chore(ci-deps-bump): bump the gh-actions-deps group with 1 update Bumps the gh-actions-deps group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.0.0 to 4.0.1 - [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.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index cf42b90fa..8dd46d0e3 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -213,7 +213,7 @@ jobs: - name: Cache OpenSSL Universal id: cache-openssl if: matrix.os == 'macos-12' - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.1 with: path: ${{env.OpenSSL_Install_Path}} key: macOS-${{matrix.os}}-ssl-${{matrix.arch}}-${{env.OpenSSL_Version}}