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 1fa61bf commit 2823143Copy full SHA for 2823143
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
run: php -v && composer -V
42
43
- name: "Cache Composer packages"
44
- uses: "actions/cache@v4"
+ uses: "actions/cache@v5"
45
with:
46
path: "~/.composer/cache"
47
key: "php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-composer-${{ hashFiles('composer.json') }}-flags-${{ matrix.composer-flags }}"
0 commit comments