From a9a8f32792a5bb911ec17f51924498359e62a68e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 01:27:50 +0000 Subject: [PATCH] Bump actions/cache from 3.0.6 to 3.0.8 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 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.6...v3.0.8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 4e23c50b..9f01a54d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -130,7 +130,7 @@ jobs: - name: Set up pip cache if: >- steps.request-check.outputs.release-requested != 'true' - uses: actions/cache@v3.0.6 + uses: actions/cache@v3.0.8 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: >- @@ -239,7 +239,7 @@ jobs: run: >- echo "::set-output name=dir::$(python -m pip cache dir)" - name: Set up pip cache - uses: actions/cache@v3.0.6 + uses: actions/cache@v3.0.8 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: >- @@ -343,7 +343,7 @@ jobs: run: >- echo "::set-output name=dir::$(python -m pip cache dir)" - name: Set up pip cache - uses: actions/cache@v3.0.6 + uses: actions/cache@v3.0.8 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: >- @@ -487,7 +487,7 @@ jobs: - name: Set up pip cache if: fromJSON(steps.py-abi.outputs.is-stable-abi) - uses: actions/cache@v3.0.6 + uses: actions/cache@v3.0.8 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: >-