summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-04 19:23:45 +0000
committerGitHub <noreply@github.com>2021-02-04 19:23:45 +0000
commit936ec1d1401fc8144a1da63b400790ca24eb6940 (patch)
tree8f8ab301834fbbc13c9d427c2de326499c92c5db
parentd30951d4ff89450480c068cf3b7daf5e6fce0c58 (diff)
downloadcpython-git-dependabot/github_actions/actions/cache-v2.1.4.tar.gz
build(deps): bump actions/cache from v2.1.3 to v2.1.4dependabot/github_actions/actions/cache-v2.1.4
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>
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/coverage.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 48b5825db0..c674c5d606 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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 }}
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 11748f0e44..788d6ce047 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -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 }}