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 9d9c332 commit 0ec200eCopy full SHA for 0ec200e
.github/workflows/continuous-integration.yml
@@ -42,7 +42,7 @@ jobs:
42
run: "echo \"dir=$(composer config cache-files-dir)\" >> $GITHUB_OUTPUT"
43
44
- name: Cache dependencies
45
- uses: actions/cache@v2
+ uses: actions/cache@v4
46
with:
47
path: ${{ steps.composercache.outputs.dir }}
48
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
.github/workflows/phpstan.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
0 commit comments