Bump actions/cache from 3.0.8 to 3.0.10

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.10.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](fd5de65bc8...56461b9eb0)

---
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] 2022-10-05 02:11:37 +00:00 committed by Nils Hanke
parent fdd4425974
commit 2e93b354e4

View File

@ -65,7 +65,7 @@ jobs:
- name: Upload bootstrapper to cache
if: ${{ github.event.steps.check-bootstrapper-cache.cache-hit != 'true'}}
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
with:
key: bootstrapper-${{ github.sha }}
path: "build/bootstrapper"