diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-13 06:10:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-13 06:10:49 +0000 |
| commit | d2af476d72dcb4c0f1e7fcc3cf1521ad378254bb (patch) | |
| tree | 4ae8dfaf171e92796488fd44e9734bd3c5a11715 | |
| parent | 39966b2a22d3fcddb5c464baff19b11daf67ebdc (diff) | |
| download | cryptography-dependabot/github_actions/actions/cache-v2.1.5.tar.gz | |
Bump actions/cache from v2.1.4 to v2.1.5dependabot/github_actions/actions/cache-v2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/ci.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 113e46d9d..f9fe126cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 with: path: | ~/.cargo/registry @@ -66,7 +66,7 @@ jobs: CONFIG_FLAGS: ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }} if: matrix.PYTHON.OPENSSL - name: Load cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 id: ossl-cache with: path: ${{ github.workspace }}/osslcache @@ -117,7 +117,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 with: path: | ~/.cargo/registry @@ -155,7 +155,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 with: path: | ~/.cargo/registry @@ -198,7 +198,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 with: path: | ~/.cargo/registry @@ -258,7 +258,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 with: path: | ~/.cargo/registry @@ -320,7 +320,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 with: path: | ~/.cargo/registry |
