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 17e0406 commit 9b317b0Copy full SHA for 9b317b0
.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 }}-php-${{ hashFiles('**/composer.lock') }}
.github/workflows/style-fix.yml
@@ -20,7 +20,7 @@ jobs:
20
key: ${{ runner.os }}-php-8.1-${{ hashFiles('**/composer.lock') }}
0 commit comments