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

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [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.1...v3.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/1548/head
dependabot[bot] 8 months ago committed by GitHub
parent d2f677be3b
commit f9a34ee61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ jobs:
with:
python-version: 3.x
- name: Cache dependencies
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
with:
path: .cache
key: ${{ runner.os }}-build-${{ hashFiles('docs/requirements.txt') }}
@ -39,7 +39,7 @@ jobs:
with:
python-version: 3.x
- name: Cache dependencies
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
with:
path: .cache
key: ${{ runner.os }}-build-${{ hashFiles('docs/requirements.txt') }}

Loading…
Cancel
Save