From a6759c43fbc8fd4db2cbfeb06e484e72d13931d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 19:58:51 +0000 Subject: [PATCH] Bump actions/cache from v2 to v2.1.4 Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/phar.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35a3e84f3ba..3db51f27efa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -262,7 +262,7 @@ jobs: run: "composer install --no-interaction --no-progress --no-suggest" - name: "Cache Result cache" - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: ./tmp key: "result-cache-v4" @@ -335,7 +335,7 @@ jobs: tools: composer:v1 - name: "Cache dependencies" - uses: "actions/cache@v2" + uses: "actions/cache@v2.1.4" with: path: "~/.composer/cache" key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}" diff --git a/.github/workflows/phar.yml b/.github/workflows/phar.yml index 82adc871c1d..c7597659ee2 100644 --- a/.github/workflows/phar.yml +++ b/.github/workflows/phar.yml @@ -28,7 +28,7 @@ jobs: tools: composer:v1 - name: "Cache dependencies" - uses: "actions/cache@v2" + uses: "actions/cache@v2.1.4" with: path: "~/.composer/cache" key: "php-7.4-composer-${{ hashFiles('**/composer.json') }}"