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 7d1aa98 commit 6c75354Copy full SHA for 6c75354
1 file changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
id: composer-cache
35
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
36
37
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
38
with:
39
path: ${{ steps.composer-cache.outputs.dir }}
40
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments