From a07e0d8a9c14d90e2b2cbf16cdfd81d632197d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 12:19:44 +0000 Subject: [PATCH] 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/macarm64.yml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f80a6db36..ff02301d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | diff --git a/.github/workflows/macarm64.yml b/.github/workflows/macarm64.yml index 1e2f180b5..0e0844de0 100644 --- a/.github/workflows/macarm64.yml +++ b/.github/workflows/macarm64.yml @@ -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/