From 0932d3b7df266989b3d26e6a6d6350b8a9e5f731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 22:43:28 +0000 Subject: [PATCH] github-actions(deps): bump actions/cache from 2.1.6 to 2.1.7 (#393) 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/code-coverage.yml | 2 +- .github/workflows/coding-standards.yml | 4 ++-- .github/workflows/static-analysis.yml | 4 ++-- .github/workflows/tests.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 0aa2cb33db..23de8ce267 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -34,7 +34,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ${{ steps.composer-cache.outputs.dir }} key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }} diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index ad6cdc8058..12052eb0c9 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -34,7 +34,7 @@ jobs: run: echo "::set-output name=directory::$(composer config cache-dir)" - name: Cache dependencies installed with composer - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ${{ steps.composer-cache.outputs.directory }} key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }} @@ -49,7 +49,7 @@ jobs: composer bin php-cs-fixer install --no-interaction --no-progress --optimize-autoloader - name: Cache cache file for php-cs-fixer - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: .php_cs.cache key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }} diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 5a72b60bda..309d88ec28 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -33,7 +33,7 @@ jobs: run: echo "::set-output name=directory::$(composer config cache-dir)" - name: Cache dependencies installed with composer - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ${{ steps.composer-cache.outputs.directory }} key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }} @@ -75,7 +75,7 @@ jobs: run: echo "::set-output name=directory::$(composer config cache-dir)" - name: Cache dependencies installed with composer - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ${{ steps.composer-cache.outputs.directory }} key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3f94e80de2..c27c8ae6f5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: ${{ steps.composer-cache.outputs.dir }} key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}