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