Skip to content

Commit 8916633

Browse files
build(deps): bump actions/cache from 2.1.5 to 2.1.6 (GH-26476)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 225caf7 commit 8916633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
151151
- name: 'Restore OpenSSL build'
152152
id: cache-openssl
153-
uses: actions/[email protected].5
153+
uses: actions/[email protected].6
154154
with:
155155
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
156156
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
@@ -198,7 +198,7 @@ jobs:
198198
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
199199
- name: 'Restore OpenSSL build'
200200
id: cache-openssl
201-
uses: actions/[email protected].5
201+
uses: actions/[email protected].6
202202
with:
203203
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
204204
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}

0 commit comments

Comments
 (0)