Bump actions/cache from 3.0.7 to 3.0.8 (#7535)

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.7...v3.0.8)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-22 12:19:44 +00:00 committed by GitHub
parent bfd88da7f2
commit a07e0d8a9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -59,7 +59,7 @@ jobs:
uses: actions/setup-python@v4.2.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- uses: actions/cache@v3.0.7
- uses: actions/cache@v3.0.8
timeout-minutes: 5
with:
path: |
@ -92,7 +92,7 @@ jobs:
CONFIG_FLAGS: ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}
if: matrix.PYTHON.OPENSSL
- name: Load cache
uses: actions/cache@v3.0.7
uses: actions/cache@v3.0.8
id: ossl-cache
timeout-minutes: 5
with:
@ -147,7 +147,7 @@ jobs:
timeout-minutes: 3
with:
persist-credentials: false
- uses: actions/cache@v3.0.7
- uses: actions/cache@v3.0.8
timeout-minutes: 5
with:
path: |
@ -201,7 +201,7 @@ jobs:
timeout-minutes: 3
with:
persist-credentials: false
- uses: actions/cache@v3.0.7
- uses: actions/cache@v3.0.8
timeout-minutes: 5
with:
path: |
@ -252,7 +252,7 @@ jobs:
timeout-minutes: 3
with:
persist-credentials: false
- uses: actions/cache@v3.0.7
- uses: actions/cache@v3.0.8
id: cargo-cache
timeout-minutes: 5
with:
@ -338,7 +338,7 @@ jobs:
timeout-minutes: 3
with:
persist-credentials: false
- uses: actions/cache@v3.0.7
- uses: actions/cache@v3.0.8
timeout-minutes: 5
with:
path: |
@ -408,7 +408,7 @@ jobs:
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}
- uses: actions/cache@v3.0.7
- uses: actions/cache@v3.0.8
timeout-minutes: 5
with:
path: |
@ -469,7 +469,7 @@ jobs:
timeout-minutes: 3
with:
persist-credentials: false
- uses: actions/cache@v3.0.7
- uses: actions/cache@v3.0.8
timeout-minutes: 5
with:
path: |

View file

@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3.0.2
with:
persist-credentials: false
- uses: actions/cache@v3.0.7
- uses: actions/cache@v3.0.8
with:
path: |
src/rust/target/