File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
outputs :
28
28
matrix : ${{ steps.supported-version.outputs.matrix }}
29
29
steps :
30
- - uses : actions/checkout@v2
30
+ - uses : actions/checkout@v3
31
31
- uses : ./supported-version
32
32
id : supported-version
33
33
- run : echo ${{ steps.supported-version.outputs.matrix }}
38
38
matrix : ${{ fromJSON(needs.compute_matrix.outputs.matrix) }}
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v3
42
42
- uses : ./installation-test
43
43
with :
44
44
composer_version : ${{ matrix.composer }}
Original file line number Diff line number Diff line change 27
27
outputs :
28
28
matrix : ${{ steps.supported-version.outputs.matrix }}
29
29
steps :
30
- - uses : actions/checkout@v2
30
+ - uses : actions/checkout@v3
31
31
- uses : ./supported-version
32
32
id : supported-version
33
33
- run : echo ${{ steps.supported-version.outputs.matrix }}
Original file line number Diff line number Diff line change 27
27
- 8.1
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v2
30
+ - uses : actions/checkout@v3
31
31
- uses : ./unit-test
32
32
with :
33
33
source_folder : _test/demo-package
You can’t perform that action at this time.
0 commit comments