From 8595a53950c32167425c5a2e53abc66b0f1f2f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 09:55:36 +0100 Subject: [PATCH] chore(ga): bump actions/cache from 2.1.6 to 2.1.7 (#282) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/benchmarks.yml | 2 +- .github/workflows/unit-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 2ee1dc8a..77cc7840 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.6" + uses: "actions/cache@v2.1.7" with: path: | ~/.composer/cache diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index caf89e6a..67ece8b4 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -32,7 +32,7 @@ jobs: extensions: bcmath, mbstring, intl, sodium, json - name: "caching dependencies" - uses: "actions/cache@v2.1.6" + uses: "actions/cache@v2.1.7" with: path: | ~/.composer/cache