From 6840f60a3229e411650867e6aab98943f057ba98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 19:03:14 +0000 Subject: [PATCH] Bump actions/cache from 3.0.1 to 3.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.1...v3.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/code-coverage.yml | 2 +- .github/workflows/code-standards.yml | 2 +- .github/workflows/static-analysis.yml | 4 ++-- .github/workflows/tests.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index e5a73c7..d32ccc9 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -33,7 +33,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache dependencies - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.2.1 with: path: ${{ steps.composer-cache.outputs.dir }} key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }} diff --git a/.github/workflows/code-standards.yml b/.github/workflows/code-standards.yml index 6ce0c79..c7680b3 100644 --- a/.github/workflows/code-standards.yml +++ b/.github/workflows/code-standards.yml @@ -31,7 +31,7 @@ jobs: run: echo "::set-output name=directory::$(composer config cache-dir)" - name: Cache dependencies installed with composer - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.2.1 with: path: ${{ steps.composer-cache.outputs.directory }} key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }} diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 1ae71c7..8d2c0e8 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -32,7 +32,7 @@ jobs: run: echo "::set-output name=directory::$(composer config cache-dir)" - name: Cache dependencies installed with composer - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.2.1 with: path: ${{ steps.composer-cache.outputs.directory }} key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }} @@ -74,7 +74,7 @@ jobs: run: echo "::set-output name=directory::$(composer config cache-dir)" - name: Cache dependencies installed with composer - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.2.1 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 3c9b0e8..8432d20 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache dependencies - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.2.1 with: path: ${{ steps.composer-cache.outputs.dir }} key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.*') }}