From 9bba14f632084b766d92b185860a880fd3332b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 22:24:35 +0530 Subject: [PATCH] Bump actions/cache from 2.1.5 to 2.1.7 (#784) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhinav Singh <126065+abhinavsingh@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 3c1e35d0..2d983cc5 100644 --- a/.github/workflows/test-library.yml +++ b/.github/workflows/test-library.yml @@ -131,7 +131,7 @@ jobs: - name: Set up pip cache if: >- steps.request-check.outputs.release-requested != 'true' - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.7 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: >- @@ -228,7 +228,7 @@ jobs: run: >- echo "::set-output name=dir::$(pip cache dir)" - name: Set up pip cache - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.7 with: path: ${{ steps.pip-cache.outputs.dir }} key: >- @@ -349,7 +349,7 @@ jobs: run: >- echo "::set-output name=dir::$(pip cache dir)" - name: Set up pip cache - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.7 with: path: ${{ steps.pip-cache.outputs.dir }} key: >- @@ -464,7 +464,7 @@ jobs: run: >- echo "::set-output name=dir::$(pip cache dir)" - name: Set up pip cache - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.7 with: path: ${{ steps.pip-cache.outputs.dir }} key: >-