We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/cache@v3
1 parent 28a9a95 commit 4da027cCopy full SHA for 4da027c
1 file changed
.github/workflows/tests.yml
@@ -52,7 +52,7 @@ jobs:
52
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
53
shell: bash
54
55
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
56
with:
57
path: ${{ steps.composer-cache.outputs.dir }}
58
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments