]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
build(deps): bump actions/cache from v2.1.3 to v2.1.4 (#24446)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 4 Feb 2021 20:57:10 +0000 (12:57 -0800)
committerGitHub <noreply@github.com>
Thu, 4 Feb 2021 20:57:10 +0000 (12:57 -0800)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.3...26968a09c0ea4f3e233fdddbafd1166051a095f6)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/build.yml
.github/workflows/coverage.yml

index 48b5825db042f3baad231b7cc41ff60ccdcfdb63..c674c5d606c546d2957175476eec0bb005e26efb 100644 (file)
@@ -140,7 +140,7 @@ jobs:
       run: sudo ./.github/workflows/posix-deps-apt.sh
     - name: 'Restore OpenSSL build'
       id: cache-openssl
-      uses: actions/cache@v2.1.3
+      uses: actions/cache@v2.1.4
       with:
         path: ./multissl/openssl/${{ env.OPENSSL_VER }}
         key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
index 11748f0e44981273e7bc7f976c540b38142c0705..788d6ce047b4af0790210253d80a22c76ce9832a 100644 (file)
@@ -32,7 +32,7 @@ jobs:
       run: sudo ./.github/workflows/posix-deps-apt.sh
     - name: 'Restore OpenSSL build'
       id: cache-openssl
-      uses: actions/cache@v2.1.3
+      uses: actions/cache@v2.1.4
       with:
         path: ./multissl/openssl/${{ env.OPENSSL_VER }}
         key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}