From 7d7a6652888ebc1d638b31a7df796c4db3db69d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:17:05 +0000 Subject: [PATCH] Bump actions/cache from 3.2.4 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 4.0.0. - [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.4...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-php.yml b/.github/workflows/build-php.yml index bc4b6d8..3fcfb45 100644 --- a/.github/workflows/build-php.yml +++ b/.github/workflows/build-php.yml @@ -25,7 +25,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Use Cache - uses: actions/cache@v3.2.4 + uses: actions/cache@v4.0.0 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}