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 db56790 commit f04e050Copy full SHA for f04e050
.github/workflows/pullrequest.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Cache Composer packages
42
id: root-composer-cache
43
- uses: actions/cache@v4
+ uses: actions/cache@v5
44
with:
45
path: vendor
46
key: ${{ runner.os }}-${{ matrix.php-version }}-php-${{ hashFiles('composer.json') }}
@@ -80,7 +80,7 @@ jobs:
80
81
82
id: behat-composer-cache
83
84
85
path: integration/vendor
86
key: ${{ runner.os }}-${{ matrix.php-version }}-php-${{ hashFiles('integration/composer.json') }}
0 commit comments