diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-23 12:03:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-23 12:03:58 +0000 |
| commit | 8e32812cbd1447a0c77d035cc22dc4645e443ab0 (patch) | |
| tree | eb1756a80fd09cd7cff0eb6eb03d148999299b79 /.github/workflows/ci.yml | |
| parent | e3ff6a4ae8caf36c3404df00f3415ae5cb4ce183 (diff) | |
| download | cryptography-dependabot/github_actions/actions/cache-2.1.7.tar.gz | |
Bump actions/cache from 2.1.6 to 2.1.7dependabot/github_actions/actions/cache-2.1.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 225b05e52..be92a2409 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v2.3.4 with: persist-credentials: false - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: | ~/.cargo/bin/ @@ -92,7 +92,7 @@ jobs: CONFIG_FLAGS: ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }} if: matrix.PYTHON.OPENSSL - name: Load cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 id: ossl-cache with: path: ${{ github.workspace }}/osslcache @@ -147,7 +147,7 @@ jobs: - uses: actions/checkout@v2.3.4 with: persist-credentials: false - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: | ~/.cargo/bin/ @@ -193,7 +193,7 @@ jobs: - uses: actions/checkout@v2.3.4 with: persist-credentials: false - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: | ~/.cargo/bin/ @@ -243,7 +243,7 @@ jobs: - uses: actions/checkout@v2.3.4 with: persist-credentials: false - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 id: cargo-cache with: path: | @@ -334,7 +334,7 @@ jobs: - uses: actions/checkout@v2.3.4 with: persist-credentials: false - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: | ~/.cargo/bin/ @@ -409,7 +409,7 @@ jobs: with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: | ~/.cargo/bin/ @@ -476,7 +476,7 @@ jobs: - uses: actions/checkout@v2.3.4 with: persist-credentials: false - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: | ~/.cargo/bin/ |
