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 cef4b20 commit 27c310eCopy full SHA for 27c310e
.github/workflows/tests.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
echo "dir=$(make composer-cache-dir)" >> $GITHUB_OUTPUT
27
28
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
29
with:
30
path: ${{ steps.composer-cache.outputs.dir }}
31
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments