From 5e02436f23a08c3b13b65bf15f590e3614974a7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Aug 2022 18:29:20 +0530 Subject: [PATCH] Bump actions/cache from 3.0.7 to 3.0.8 (#1264) 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/test-library.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-library.yml b/.github/workflows/test-library.yml index 6f44baca41..19d214b48f 100644 --- a/.github/workflows/test-library.yml +++ b/.github/workflows/test-library.yml @@ -135,7 +135,7 @@ jobs: - name: Set up pip cache if: >- steps.request-check.outputs.release-requested != 'true' - uses: actions/cache@v3.0.7 + uses: actions/cache@v3.0.8 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: >- @@ -244,7 +244,7 @@ jobs: run: >- echo "::set-output name=dir::$(pip cache dir)" - name: Set up pip cache - uses: actions/cache@v3.0.7 + uses: actions/cache@v3.0.8 with: path: ${{ steps.pip-cache.outputs.dir }} key: >- @@ -369,7 +369,7 @@ jobs: run: >- echo "::set-output name=dir::$(pip cache dir)" - name: Set up pip cache - uses: actions/cache@v3.0.7 + uses: actions/cache@v3.0.8 with: path: ${{ steps.pip-cache.outputs.dir }} key: >- @@ -486,7 +486,7 @@ jobs: run: >- echo "::set-output name=dir::$(pip cache dir)" - name: Set up pip cache - uses: actions/cache@v3.0.7 + uses: actions/cache@v3.0.8 with: path: ${{ steps.pip-cache.outputs.dir }} key: >-