]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 1 Dec 2020 14:59:12 +0000 (08:59 -0600)
committerGitHub <noreply@github.com>
Tue, 1 Dec 2020 14:59:12 +0000 (08:59 -0600)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.2...0781355a23dac32fd3bac414512f4b903437991a)

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 f543a94af363b8f343f014c434f5bb1a544c05e2..12c591e41362efeb2fc53c6b7b3a9dd3125b216b 100644 (file)
@@ -135,7 +135,7 @@ jobs:
       run: sudo ./.github/workflows/posix-deps-apt.sh
     - name: 'Restore OpenSSL build'
       id: cache-openssl
-      uses: actions/cache@v2.1.2
+      uses: actions/cache@v2.1.3
       with:
         path: ./multissl/openssl/${{ env.OPENSSL_VER }}
         key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
index ed71a012395d4fed37882f7d2c13c842bcf1a108..11748f0e44981273e7bc7f976c540b38142c0705 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.2
+      uses: actions/cache@v2.1.3
       with:
         path: ./multissl/openssl/${{ env.OPENSSL_VER }}
         key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}