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.
2 parents f7fe622 + af426ce commit 20c1d92Copy full SHA for 20c1d92
.github/workflows/phpstan.yml
@@ -15,7 +15,7 @@ jobs:
15
php-version: "8.1"
16
17
- name: Cache composer dependencies
18
- uses: actions/cache@v2
+ uses: actions/cache@v3
19
with:
20
path: vendor
21
key: composer-${{ hashFiles('composer.lock') }}
0 commit comments