From 34f519b5837b1d1e7e2f4f270b4338ad1553eb6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 17:46:14 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.1 to 3.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [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.1...v3.0.2) --- 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 | 4 ++-- .github/workflows/tests.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 2572c9c..f61ba54 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -26,7 +26,7 @@ jobs: key: mutation-php-extensions-${{ runner.os }}-${{ env.php-version }} - name: Cache PHP extensions - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }} diff --git a/.github/workflows/quality-assurance.yml b/.github/workflows/quality-assurance.yml index 54df6ba..321ab93 100644 --- a/.github/workflows/quality-assurance.yml +++ b/.github/workflows/quality-assurance.yml @@ -20,7 +20,7 @@ jobs: key: qa-php-extensions-${{ runner.os }}-${{ env.php-version }} - name: Cache PHP extensions - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }} @@ -34,7 +34,7 @@ jobs: ini-values: zend.assertions=1 - name: Cache PHPStan results - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: var/cache/phpstan key: phpstan diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bea8753..74ddb0f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: key: tests-php-extensions-${{ runner.os }}-${{ matrix.php-version }}-${{ matrix.dependencies }} - name: Cache PHP extensions - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }}