File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 highest : ${{ steps.php-matrix.outputs.highest }}
1515 lowest : ${{ steps.php-matrix.outputs.lowest }}
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 with :
1919 sparse-checkout : composer.json
2020 sparse-checkout-cone-mode : false
3838 env :
3939 COMPOSER_NO_AUDIT : 1
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 with :
4343 sparse-checkout : |
4444 composer.json
Original file line number Diff line number Diff line change 5050 coverage : none
5151 tools : " pint:${{ inputs.pint-version }}"
5252
53- - uses : actions/checkout@v5
53+ - uses : actions/checkout@v6
5454
5555 - run : pint
5656 shell : bash
7777 coverage : none
7878 tools : " composer-normalize:${{ inputs.composer-normalize-version }}"
7979
80- - uses : actions/checkout@v5
80+ - uses : actions/checkout@v6
8181
8282 - run : composer-normalize
8383 shell : bash
Original file line number Diff line number Diff line change 2626 go-mod-tidy-diff :
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030
3131 - uses : actions/setup-go@v6
3232 with :
3939 if : ${{ inputs.golangci-lint }}
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 - uses : actions/setup-go@v6
4444 with :
4545 go-version : stable
Original file line number Diff line number Diff line change 3939 highest : ${{ steps.php-matrix.outputs.highest }}
4040 lowest : ${{ steps.php-matrix.outputs.lowest }}
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 with :
4444 sparse-checkout : composer.json
4545 sparse-checkout-cone-mode : false
6161 dependency-versions : locked
6262
6363 steps :
64- - uses : actions/checkout@v5
64+ - uses : actions/checkout@v6
6565
6666 - uses : shivammathur/setup-php@v2
6767 with :
7878 if : ${{ inputs.box }}
7979 runs-on : ubuntu-latest
8080 steps :
81- - uses : actions/checkout@v5
81+ - uses : actions/checkout@v6
8282 with :
8383 fetch-depth : 0
8484
Original file line number Diff line number Diff line change 1111 permissions :
1212 contents : write
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - uses : actions/publish-action@v0.4.0
1616 with :
1717 source-tag : ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments