From 3130023a865da9270a007ff3564b368ce9eb939b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:19:54 +0000 Subject: [PATCH] Bump actions/cache from 4.2.0 to 4.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.4. - [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/1bd1e32a3bdc45362d1e726936510720a7c30a57...0400d5f644dc74513175e3cd8d07132dd4860809) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/php.code_quality.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.code_quality.yaml b/.github/workflows/php.code_quality.yaml index 8c6dd12..b225e47 100644 --- a/.github/workflows/php.code_quality.yaml +++ b/.github/workflows/php.code_quality.yaml @@ -14,7 +14,7 @@ jobs: - name: Fetch latest changes uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Prepare/restore dependencies cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 with: # NOTE: the allows to reuse it if the composer.json has not changed key: composer/${{ runner.os }}/${{ hashFiles('**/composer.json') }} @@ -43,7 +43,7 @@ jobs: - name: Fetch lastest changes uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Restore dependencies cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 with: key: composer/${{ runner.os }}/${{ hashFiles('**/composer.json') }} path: |