Skip to content

Commit 6ab5b64

Browse files
build(deps): bump actions/cache from 2.1.4 to 2.1.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aab8497 commit 6ab5b64

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
@@ -175,7 +175,7 @@ jobs:
175175
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
176176
- name: 'Restore OpenSSL build'
177177
id: cache-openssl
178-
uses: actions/[email protected].4
178+
uses: actions/[email protected].7
179179
with:
180180
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
181181
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
@@ -223,7 +223,7 @@ jobs:
223223
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
224224
- name: 'Restore OpenSSL build'
225225
id: cache-openssl
226-
uses: actions/[email protected].4
226+
uses: actions/[email protected].7
227227
with:
228228
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
229229
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}

0 commit comments

Comments
 (0)