mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
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:
parent
bfd88da7f2
commit
a07e0d8a9c
2 changed files with 9 additions and 9 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
2
.github/workflows/macarm64.yml
vendored
2
.github/workflows/macarm64.yml
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue