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 cdbc0fa commit eb04d91Copy full SHA for eb04d91
.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