From 2ca67013bb0955f0dc2c6d5e4b5a6f698c82f181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 15:44:08 -0400 Subject: [PATCH] Bump actions/cache from 3.0.6 to 3.0.7 (#241) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.7. - [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/f4278025ab0f432ce369118909e46deec636f50c...a7c34adf76222e77931dedbf4a45b2e4648ced19) --- 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/draft.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index b778004..355e9c7 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -19,7 +19,7 @@ jobs: run: echo "::set-output name=dir::$(pip cache dir)" - name: pip cache - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: # Use the os dependent pip cache directory found above path: ${{ steps.pip-cache.outputs.dir }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0578e7b..1a2540b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -23,7 +23,7 @@ jobs: run: echo "::set-output name=dir::$(pip cache dir)" - name: pip cache - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: # Use the os dependent pip cache directory found above path: ${{ steps.pip-cache.outputs.dir }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b691b8..d0e8c1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: run: echo "::set-output name=dir::$(pip cache dir)" - name: pip cache - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: # Use the os dependent pip cache directory found above path: ${{ steps.pip-cache.outputs.dir }}