We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c119d38 + cc027aa commit b906cb3Copy full SHA for b906cb3
.github/workflows/coverage.yml
@@ -57,7 +57,7 @@ jobs:
57
id: composer-cache
58
run: |
59
echo "::set-output name=dir::$(composer config cache-files-dir)"
60
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
61
with:
62
path: ${{ steps.composer-cache.outputs.dir }}
63
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments