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 22c8601 + 7d82b48 commit b23da14Copy full SHA for b23da14
.github/workflows/tests.yml
@@ -98,7 +98,7 @@ jobs:
98
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
99
100
- name: Cache composer dependencies
101
- uses: actions/cache@v4
+ uses: actions/cache@v5
102
with:
103
path: ${{ steps.composercache.outputs.dir }}
104
key: ${{ runner.os }}-composer-${{ matrix.php-version }}-${{ matrix.symfony-version }}-${{ hashFiles('composer.json') }}
0 commit comments