Update .gitea/workflows/quality.yml

This commit is contained in:
2026-03-14 11:04:20 +00:00
parent c533b32759
commit caed38915a

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