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 4359eca + 7a75b29 commit eeabc69Copy full SHA for eeabc69
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
run: echo "directory=$(composer config cache-dir)" >> $GITHUB_OUTPUT
43
44
- name: Cache composer dependencies
45
- uses: actions/cache@v4
+ uses: actions/cache@v5
46
with:
47
path: ${{ steps.composer-cache.outputs.directory }}
48
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments