From 9f9ddfe5eff68d39de7b5a6bf2337fdb77cace47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 15:09:10 +0100 Subject: [PATCH] chore(ga): bump actions/cache from 2.1.7 to 3 (#341) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/benchmarks.yml | 2 +- .github/workflows/mutation-tests.yml | 2 +- .github/workflows/unit-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 77cc7840..41e54335 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -30,7 +30,7 @@ jobs: extensions: bcmath, mbstring, intl, sodium, json - name: "caching dependencies" - uses: "actions/cache@v2.1.7" + uses: "actions/cache@v3" with: path: | ~/.composer/cache diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index 90cae677..15413b3c 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -30,7 +30,7 @@ jobs: extensions: bcmath, mbstring, intl, sodium, json - name: "caching dependencies" - uses: "actions/cache@v2.1.7" + uses: "actions/cache@v3" with: path: | ~/.composer/cache diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 7f6ea2d5..dc0dbf3c 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -33,7 +33,7 @@ jobs: extensions: bcmath, mbstring, intl, sodium, json - name: "caching dependencies" - uses: "actions/cache@v2.1.7" + uses: "actions/cache@v3" with: path: | ~/.composer/cache