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 088acf9 + e049ba4 commit 584d5d6Copy full SHA for 584d5d6
1 file changed
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
62
63
- name: Cache Composer dependencies
64
- uses: actions/cache@v4
+ uses: actions/cache@v6
65
with:
66
path: ${{ steps.composer-cache.outputs.dir }}
67
key: ${{ runner.os }}-php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-composer-${{ hashFiles('**/composer.json', '**/composer.lock') }}
0 commit comments