chore(deps): 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](https://github.com/actions/cache/compare/v3.0.8...v3.0.10)

---
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-04 20:15:42 +00:00 committed by Romain Canon
parent 1244c2d68f
commit 833193e025
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
run: mkdir -p var/cache
- name: Cache Mutation results
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.10
with:
path: var/cache
key: ${{ runner.os }}-qa-${{ hashFiles('composer.lock') }}-${{ hashFiles('.github/workflows/mutation.yml') }}

View File

@ -22,7 +22,7 @@ jobs:
run: mkdir -p var/cache
- name: Cache QA results
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.10
with:
path: var/cache
key: ${{ runner.os }}-qa-${{ hashFiles('composer.lock') }}-${{ hashFiles('.github/workflows/quality-assurance.yml') }}