We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3866d0 commit 82c523cCopy full SHA for 82c523c
.github/workflows/phpstan.yml
@@ -15,7 +15,7 @@ jobs:
15
php-version: "8.1"
16
17
- name: Cache composer dependencies
18
- uses: actions/cache@v3
+ uses: actions/cache@v4
19
with:
20
path: vendor
21
key: composer-${{ hashFiles('composer.lock') }}
0 commit comments