From 833193e025cd65309723ad2372b6704ee0889b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 20:15:42 +0000 Subject: [PATCH] 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] --- .github/workflows/mutation.yml | 2 +- .github/workflows/quality-assurance.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 5933fd9..7aacfb7 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -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') }} diff --git a/.github/workflows/quality-assurance.yml b/.github/workflows/quality-assurance.yml index e88606a..9143454 100644 --- a/.github/workflows/quality-assurance.yml +++ b/.github/workflows/quality-assurance.yml @@ -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') }}