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 a050868 commit 839b2fbCopy full SHA for 839b2fb
.github/workflows/phpunit.yml
@@ -23,7 +23,7 @@ jobs:
23
echo "::set-output name=dir::$(composer config cache-files-dir)"
24
25
- name: Cache Composer packages
26
- uses: actions/cache@v2
+ uses: actions/cache@v4
27
with:
28
path: ${{ steps.composer-cache.outputs.dir }}
29
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
.github/workflows/psalm.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
0 commit comments