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 3e8003b + 52a8083 commit b9f0dbaCopy full SHA for b9f0dba
.github/workflows/ci.yaml
@@ -39,7 +39,7 @@ jobs:
39
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
40
41
- name: Cache Composer
42
- uses: actions/cache@v3
+ uses: actions/cache@v4
43
with:
44
path: ${{ steps.composer-cache.outputs.dir }}
45
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments