⚠️ 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 c533b32759 - Show all commits

View File

@@ -49,7 +49,7 @@ jobs:
args: ${{ inputs.composer-args }} args: ${{ inputs.composer-args }}
- name: Cache PHPStan - name: Cache PHPStan
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .phpstan path: .phpstan
key: phpstan-${{ hashFiles('composer.lock', 'phpstan.dist.neon') }} key: phpstan-${{ hashFiles('composer.lock', 'phpstan.dist.neon') }}