We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea7b4a commit 2ab734fCopy full SHA for 2ab734f
.github/workflows/phpstan.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Cache Composer packages
23
id: composer-cache
24
- uses: actions/cache@v3
+ uses: actions/cache@v4
25
with:
26
path: vendor
27
key: ${{ runner.os }}-php81-${{ hashFiles('**/composer.lock') }}
0 commit comments