Skip to content

Commit a9a8f32

Browse files
Bump actions/cache from 3.0.6 to 3.0.8
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.8. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.6...v3.0.8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 814d072 commit a9a8f32

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/[email protected].6
133+
uses: actions/[email protected].8
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/[email protected].6
242+
uses: actions/[email protected].8
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/[email protected].6
346+
uses: actions/[email protected].8
347347
with:
348348
path: ${{ steps.pip-cache-dir.outputs.dir }}
349349
key: >-
@@ -487,7 +487,7 @@ jobs:
487487
488488
- name: Set up pip cache
489489
if: fromJSON(steps.py-abi.outputs.is-stable-abi)
490-
uses: actions/[email protected].6
490+
uses: actions/[email protected].8
491491
with:
492492
path: ${{ steps.pip-cache-dir.outputs.dir }}
493493
key: >-

0 commit comments

Comments
 (0)