Skip to content

Commit 2ca6701

Browse files
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](actions/cache@f427802...a7c34ad) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d596cc commit 2ca6701

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: echo "::set-output name=dir::$(pip cache dir)"
2020

2121
- name: pip cache
22-
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
22+
uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19
2323
with:
2424
# Use the os dependent pip cache directory found above
2525
path: ${{ steps.pip-cache.outputs.dir }}

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: echo "::set-output name=dir::$(pip cache dir)"
2424

2525
- name: pip cache
26-
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
26+
uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19
2727
with:
2828
# Use the os dependent pip cache directory found above
2929
path: ${{ steps.pip-cache.outputs.dir }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: echo "::set-output name=dir::$(pip cache dir)"
2020

2121
- name: pip cache
22-
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
22+
uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19
2323
with:
2424
# Use the os dependent pip cache directory found above
2525
path: ${{ steps.pip-cache.outputs.dir }}

0 commit comments

Comments
 (0)