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 18aac12 + 177b7d9 commit 3745825Copy full SHA for 3745825
.github/workflows/phpunit.yml
@@ -32,7 +32,7 @@ jobs:
32
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
33
34
- name: Cache dependencies
35
- uses: actions/cache@v3
+ uses: actions/cache@v4
36
with:
37
path: ${{ steps.composer-cache.outputs.dir }}
38
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
.github/workflows/psalm.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
0 commit comments