File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 outputs :
1313 matrix : ${{ steps.versions.outputs.matrix }}
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 - uses : antfroger/php-version-action@v1
1717 id : versions
1818
2424 matrix :
2525 php-version : ${{ fromJSON(needs.php-versions.outputs.matrix) }}
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 - name : Setup PHP, with composer and extensions
2929 uses : shivammathur/setup-php@v2
3030 with :
5454 name : Markdown
5555 runs-on : ubuntu-24.04
5656 steps :
57- - uses : actions/checkout@v6
57+ - uses : actions/checkout@v7
5858 - name : markdownlint
5959 uses : DavidAnson/markdownlint-cli2-action@v23
Original file line number Diff line number Diff line change 1414 name : Yamllint
1515 runs-on : ubuntu-24.04
1616 steps :
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@v7
1818 - name : Run Yamllint
1919 uses : frenck/action-yamllint@v1.5.0
2020 with :
You can’t perform that action at this time.
0 commit comments