]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 1 Dec 2020 15:24:20 +0000 (07:24 -0800)
committerGitHub <noreply@github.com>
Tue, 1 Dec 2020 15:24:20 +0000 (07:24 -0800)
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>
(cherry picked from commit a43fea88577c460eed7cc92a37b5fce787d6aab1)

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

index deb0e67bedb90240cb1f35abde2045dfa6db2d9b..3d7c9901a8e9961eda77f68c851d09d9c517a35f 100644 (file)
@@ -132,7 +132,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 d66c02b51b15e556442fe50b63166c4626b17c8f..6092f41325ff2755ac108075435fdf620262deb4 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 }}