From e985ff980fae1a3833adc21b900012564970750f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 09:01:01 +0000 Subject: [PATCH] Bump actions/cache from 3.3.2 to 5.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 5.0.1. - [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.2...v5.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/php_check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php_check.yml b/.github/workflows/php_check.yml index 4f85c61c..4d4f1368 100644 --- a/.github/workflows/php_check.yml +++ b/.github/workflows/php_check.yml @@ -48,7 +48,7 @@ jobs: uses: "./.github/.helper/composer/determine_cache_directory" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.3.2" + uses: "actions/cache@v5.0.1" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -125,7 +125,7 @@ jobs: uses: "./.github/.helper/composer/determine_cache_directory" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.3.2" + uses: "actions/cache@v5.0.1" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"