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) }}