From b01ef901b41cac64acc608bd4d3701b9cfdb3fc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:41:02 +0000 Subject: [PATCH] Bump actions/cache from 3.3.1 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.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.3.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index c2e6cbf..9759fd0 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -24,7 +24,7 @@ jobs: run: composer validate - name: Cache Composer dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.2 with: path: /tmp/composer-cache key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }} @@ -57,7 +57,7 @@ jobs: run: composer validate - name: Cache Composer dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.2 with: path: /tmp/composer-cache key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}