Skip to content

Commit

Permalink
Bump actions/cache from 3.0.6 to 3.0.7 (theupdateframework#241)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Aug 15, 2022
1 parent 9d596cc commit 2ca6701
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2ca6701

Please sign in to comment.