From b3680726d21ad4b5223ffed1e88d0744801b7faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 10:00:59 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 2.1.7 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] --- .github/workflows/push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 60ae4ff..55de091 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -81,7 +81,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ${{ steps.cache-env.outputs.dir }} key: ${{ steps.cache-env.outputs.key }} @@ -119,7 +119,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Restore/cache vendor folder - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: vendor key: all-build-${{ hashFiles('**/composer.lock') }} @@ -178,7 +178,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ${{ steps.cache-env.outputs.dir }} key: ${{ steps.cache-env.outputs.key }}