From 2f7d3a28feab80192626d2f8f2da65f14f2e3fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:07:58 +0000 Subject: [PATCH] Bump actions/cache from 4.2.0 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.3.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/1bd1e32a3bdc45362d1e726936510720a7c30a57...0057852bfaa89a56745cba8c7296529d2fc39830) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..dddb7a7 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@0057852bfaa89a56745cba8c7296529d2fc39830 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@0057852bfaa89a56745cba8c7296529d2fc39830 with: key: composer/${{ runner.os }}/${{ hashFiles('**/composer.json') }} path: |