From 882b646f245f29da3075428187b7c0f71727eddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 14:26:04 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5.0.4 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5. - [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/v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-and-analyse-php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-and-analyse-php.yml b/.github/workflows/lint-and-analyse-php.yml index 6dca3a5bf..cf16d066b 100644 --- a/.github/workflows/lint-and-analyse-php.yml +++ b/.github/workflows/lint-and-analyse-php.yml @@ -144,7 +144,7 @@ jobs: - name: Cache php-cs-fixer if: matrix.php-version == '8.2' - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: var/cache/.php-cs-fixer.cache key: php-cs-fixer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.lock', '.php-cs-fixer.dist.php') }} @@ -199,7 +199,7 @@ jobs: custom-cache-suffix: ${{ matrix.stan-label }} - name: Cache PHPStan result cache - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: var/cache/phpstan/${{ matrix.stan-cache-dir }} key: phpstan-${{ runner.os }}-${{ matrix.php-version }}-${{ matrix.stan-cache-dir }}-${{ hashFiles('composer.lock', matrix.stan-config-file) }}