We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78c9e58 + 623ce18 commit f2f1805Copy full SHA for f2f1805
2 files changed
.github/workflows/phpstan.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Cache Composer packages
26
id: composer-cache
27
- uses: actions/cache@v2
+ uses: actions/cache@v4
28
with:
29
path: vendor
30
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
.github/workflows/phpunits.yaml
@@ -99,7 +99,7 @@ jobs:
99
100
101
102
103
104
105
0 commit comments