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 f5ddeb8 commit 487b7fdCopy full SHA for 487b7fd
.github/workflows/ci.yaml
@@ -44,7 +44,7 @@ jobs:
44
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
45
46
- name: Cache dependencies
47
- uses: actions/cache@v3
+ uses: actions/cache@v4
48
with:
49
path: ${{ steps.composer-cache.outputs.dir }}
50
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments