From 4b66efe43bd01604562ecba28dad7b300f4f67aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 23:22:36 +0530 Subject: [PATCH] Bump actions/cache from 3.0.8 to 3.0.11 (#1287) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.11. - [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.8...v3.0.11) --- 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 466bef91a9..abfffab80a 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.8 + uses: actions/cache@v3.0.11 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.8 + uses: actions/cache@v3.0.11 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.8 + uses: actions/cache@v3.0.11 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.8 + uses: actions/cache@v3.0.11 with: path: ${{ steps.pip-cache.outputs.dir }} key: >-