Skip to content

Commit 6712022

Browse files
[3.10] build(deps): bump actions/cache from 3.0.1 to 3.0.2 (GH-92111) (#92124)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>. (cherry picked from commit eefe691)
1 parent ac50827 commit 6712022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/[email protected].1
199+
uses: actions/[email protected].2
200200
with:
201201
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
202202
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
@@ -244,7 +244,7 @@ jobs:
244244
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
245245
- name: 'Restore OpenSSL build'
246246
id: cache-openssl
247-
uses: actions/[email protected].1
247+
uses: actions/[email protected].2
248248
with:
249249
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
250250
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}

0 commit comments

Comments
 (0)