Skip to content

Commit 36b3312

Browse files
build(deps): bump actions/cache from 2.1.4 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.4...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8389e3 commit 36b3312

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
149149
- name: 'Restore OpenSSL build'
150150
id: cache-openssl
151-
uses: actions/cache@v2.1.4
151+
uses: actions/cache@v5.0.3
152152
with:
153153
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
154154
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
@@ -196,7 +196,7 @@ jobs:
196196
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
197197
- name: 'Restore OpenSSL build'
198198
id: cache-openssl
199-
uses: actions/cache@v2.1.4
199+
uses: actions/cache@v5.0.3
200200
with:
201201
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
202202
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}

0 commit comments

Comments
 (0)