From 4492ef73dc8991f2dbbcc6e675730ec17a65319c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 11:37:10 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.10 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11. - [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.10...v3.0.11) --- 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 7aacfb7..b5392e8 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.10 + uses: actions/cache@v3.0.11 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 9143454..e98891c 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.10 + uses: actions/cache@v3.0.11 with: path: var/cache key: ${{ runner.os }}-qa-${{ hashFiles('composer.lock') }}-${{ hashFiles('.github/workflows/quality-assurance.yml') }}