From: Jelle Zijlstra Date: Mon, 2 May 2022 16:07:03 +0000 (-0600) Subject: [3.10] build(deps): bump actions/cache from 3.0.1 to 3.0.2 (GH-92111) (#92124) X-Git-Tag: v3.10.5~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67120224473f12e62a16a6985b9864b5cc3d0aa4;p=thirdparty%2FPython%2Fcpython.git [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](https://github.com/actions/cache/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>. (cherry picked from commit eefe6911f4f497e8b73e0690f9b3f47904fdb02a) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adbe2fe1d248..61cbef982a9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -196,7 +196,7 @@ jobs: echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV - name: 'Restore OpenSSL build' id: cache-openssl - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: ./multissl/openssl/${{ env.OPENSSL_VER }} key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }} @@ -244,7 +244,7 @@ jobs: echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV - name: 'Restore OpenSSL build' id: cache-openssl - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: ./multissl/openssl/${{ env.OPENSSL_VER }} key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}