Bump actions/cache from 3.3.0 to 3.3.1 in /.github/actions/cache (#8512)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-13 13:22:56 +00:00 committed by GitHub
parent 668b3054e1
commit de47a2224c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ runs:
echo "dir=$(python -m pip cache dir)" >> $GITHUB_OUTPUT
fi
shell: bash
- uses: actions/cache@v3.3.0
- uses: actions/cache@v3.3.1
id: cache
with:
path: |