build(deps): bump actions/cache from 3.3.0 to 3.3.1

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.3.0...v3.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-14 01:59:16 +00:00
parent 44f48c0817
commit b29ed0792f

View File

@@ -85,7 +85,7 @@ jobs:
fh.write(f"result={result}\n")
- name: Restore pre-commit cache
uses: actions/cache@v3.3.0
uses: actions/cache@v3.3.1
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit