File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727 git config --global core.eol lf
2828
2929 - name : Checkout
30- uses : actions/checkout@v3
30+ uses : actions/checkout@v5
3131
3232 - name : Install PHP
3333 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 2929 git config --global core.eol lf
3030
3131 - name : Checkout
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v5
3333
3434 - name : Install PHP
3535 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v5
1515
1616 - name : Install the Nix package manager
1717 uses : cachix/install-nix-action@v30
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v5
1919
2020 - name : Determine tag
2121 id : tag_name
Original file line number Diff line number Diff line change 2727 git config --global core.eol lf
2828
2929 - name : Checkout
30- uses : actions/checkout@v3
30+ uses : actions/checkout@v5
3131
3232 - name : Install PHP
3333 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1717 outputs :
1818 version : ${{ steps.supported-versions-matrix.outputs.version }}
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v5
2121 - id : supported-versions-matrix
2222 uses : WyriHaximus/github-action-composer-php-versions-in-range@v1
2323 tests :
3737 git config --global core.eol lf
3838
3939 - name : Checkout
40- uses : actions/checkout@v3
40+ uses : actions/checkout@v5
4141
4242 - name : Install PHP
4343 uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments