Skip to content

Commit

Permalink
Bump actions/cache from 2.1.7 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2.1.7...v3.0.1)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 10, 2022
1 parent dc031e2 commit c73b948
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Set up pip cache
if: >-
steps.request-check.outputs.release-requested != 'true'
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.1
with:
path: ${{ steps.pip-cache-dir.outputs.dir }}
key: >-
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
run: >-
echo "::set-output name=dir::$(python -m pip cache dir)"
- name: Set up pip cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.1
with:
path: ${{ steps.pip-cache-dir.outputs.dir }}
key: >-
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
run: >-
echo "::set-output name=dir::$(python -m pip cache dir)"
- name: Set up pip cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.1
with:
path: ${{ steps.pip-cache-dir.outputs.dir }}
key: >-
Expand Down Expand Up @@ -485,7 +485,7 @@ jobs:
- name: Set up pip cache
if: fromJSON(steps.py-abi.outputs.is-stable-abi)
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.1
with:
path: ${{ steps.pip-cache-dir.outputs.dir }}
key: >-
Expand Down

0 comments on commit c73b948

Please sign in to comment.