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 f201ce7 + 1e6b890 commit b8991d3Copy full SHA for b8991d3
2 files changed
.github/workflows/functionaltests.yml
@@ -34,7 +34,7 @@ jobs:
34
ini-values: opcache.fast_shutdown=0
35
36
- name: "[1/5] Create composer project - Cache composer dependencies"
37
- uses: actions/cache@v3
+ uses: actions/cache@v4
38
with:
39
path: ~/.composer/cache
40
key: php-${{ matrix.php-version }}-flow-${{ matrix.flow-version }}-composer-${{ hashFiles('composer.json') }}
.github/workflows/unittests.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
33
0 commit comments