We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a573f commit 7b1a3bcCopy full SHA for 7b1a3bc
.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