We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a0a5fe + d0695ce commit 0de093cCopy full SHA for 0de093c
1 file changed
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
60
61
- name: Cache composer dependencies
62
- uses: actions/cache@v4
+ uses: actions/cache@v5
63
with:
64
path: ${{ steps.composer-cache.outputs.dir }}
65
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock', '**/composer.json') }}
0 commit comments