From c9a6b0a5f9d1fb3d422b41136e8d2e17d98fa93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 10:52:56 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/mutation-tests.yml | 2 +- .github/workflows/phpunit.yml | 2 +- .github/workflows/psalm.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 86b374e..7e400e4 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -39,7 +39,7 @@ jobs: tools: composer:v2 - name: "Cache dependencies" - uses: "actions/cache@v2" + uses: "actions/cache@v3" with: path: | ~/.composer/cache diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index b641b8f..76503b3 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -41,7 +41,7 @@ jobs: tools: composer:v2 - name: "Cache dependencies" - uses: "actions/cache@v2" + uses: "actions/cache@v3" with: path: | ~/.composer/cache diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 1b70c27..0ed6df8 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -44,7 +44,7 @@ jobs: tools: composer:v2 - name: "Cache dependencies" - uses: "actions/cache@v2" + uses: "actions/cache@v3" with: path: | ~/.composer/cache diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 82adcdb..268a631 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -41,7 +41,7 @@ jobs: tools: composer:v2 - name: "Cache dependencies" - uses: "actions/cache@v2" + uses: "actions/cache@v3" with: path: | ~/.composer/cache