From 2aad45d8b38bc2411b4910b0e9ce50764ee917ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 08:56:08 +0000 Subject: [PATCH] Bump actions/cache from 3.2.3 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.3.2. - [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.2.3...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-php.yaml | 2 +- .github/workflows/phpcs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-php.yaml b/.github/workflows/ci-php.yaml index 831c952..3558fd4 100644 --- a/.github/workflows/ci-php.yaml +++ b/.github/workflows/ci-php.yaml @@ -47,7 +47,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache Composer packages - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.3.2 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }} diff --git a/.github/workflows/phpcs.yaml b/.github/workflows/phpcs.yaml index 1570665..0294b3a 100644 --- a/.github/workflows/phpcs.yaml +++ b/.github/workflows/phpcs.yaml @@ -27,7 +27,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache Composer packages - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.3.2 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-php-7.4-${{ hashFiles('**/composer.lock') }}