diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-02 17:34:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 17:34:45 (GMT) |
commit | 8916633b768e08af6375c7be9ea6c8ba9b3962b0 (patch) | |
tree | 75d08da72c67b2810c1a9d7a886b0094e6fb80aa /.github | |
parent | 225caf78d1096355b7ab072898e28f7ea500ab0f (diff) | |
download | cpython-8916633b768e08af6375c7be9ea6c8ba9b3962b0.zip cpython-8916633b768e08af6375c7be9ea6c8ba9b3962b0.tar.gz cpython-8916633b768e08af6375c7be9ea6c8ba9b3962b0.tar.bz2 |
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](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20d99a1..aaa95db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -150,7 +150,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@v2.1.5 + uses: actions/cache@v2.1.6 with: path: ./multissl/openssl/${{ env.OPENSSL_VER }} key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }} @@ -198,7 +198,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@v2.1.5 + uses: actions/cache@v2.1.6 with: path: ./multissl/openssl/${{ env.OPENSSL_VER }} key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }} |