⚠️ update-action-cache-to-v5 #13

Open
markhoekstra wants to merge 2 commits from update-action-cache-to-v5 into main
Showing only changes of commit caed38915a - Show all commits

View File

@@ -55,7 +55,7 @@ jobs:
key: phpstan-${{ hashFiles('composer.lock', 'phpstan.dist.neon') }} key: phpstan-${{ hashFiles('composer.lock', 'phpstan.dist.neon') }}
- name: Cache PHP CS Fixer - name: Cache PHP CS Fixer
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .php-cs-fixer.cache path: .php-cs-fixer.cache
key: phpcs-${{ hashFiles('composer.lock', '.php-cs-fixer.dist.php') }} key: phpcs-${{ hashFiles('composer.lock', '.php-cs-fixer.dist.php') }}