Skip to content

Commit 5061351

Browse files
Bump actions/cache from 2.1.7 to 3.0.1 (#752)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc031e2 commit 5061351

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Set up pip cache
131131
if: >-
132132
steps.request-check.outputs.release-requested != 'true'
133-
uses: actions/cache@v2.1.7
133+
uses: actions/cache@v3.0.1
134134
with:
135135
path: ${{ steps.pip-cache-dir.outputs.dir }}
136136
key: >-
@@ -239,7 +239,7 @@ jobs:
239239
run: >-
240240
echo "::set-output name=dir::$(python -m pip cache dir)"
241241
- name: Set up pip cache
242-
uses: actions/cache@v2.1.7
242+
uses: actions/cache@v3.0.1
243243
with:
244244
path: ${{ steps.pip-cache-dir.outputs.dir }}
245245
key: >-
@@ -343,7 +343,7 @@ jobs:
343343
run: >-
344344
echo "::set-output name=dir::$(python -m pip cache dir)"
345345
- name: Set up pip cache
346-
uses: actions/cache@v2.1.7
346+
uses: actions/cache@v3.0.1
347347
with:
348348
path: ${{ steps.pip-cache-dir.outputs.dir }}
349349
key: >-
@@ -485,7 +485,7 @@ jobs:
485485
486486
- name: Set up pip cache
487487
if: fromJSON(steps.py-abi.outputs.is-stable-abi)
488-
uses: actions/cache@v2.1.7
488+
uses: actions/cache@v3.0.1
489489
with:
490490
path: ${{ steps.pip-cache-dir.outputs.dir }}
491491
key: >-

0 commit comments

Comments
 (0)