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 b7eae6c commit b14edc2Copy full SHA for b14edc2
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
FLOW_FOLDER: ../neos-base-distribution
24
25
steps:
26
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
27
28
- name: Setup PHP
29
uses: shivammathur/setup-php@v2
@@ -36,7 +36,7 @@ jobs:
36
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
37
38
- name: Cache dependencies
39
- uses: actions/cache@v2
+ uses: actions/cache@v3
40
with:
41
path: ${{ steps.composer-cache.outputs.dir }}
42
key: ${{ runner.os }}-composer-${{ matrix.neosVersion }}-${{ hashFiles('**/composer.json') }}
0 commit comments