File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : " Checkout"
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020
2121 - name : " Create release"
2222 uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change 1818 php-version : " 8.1"
1919
2020 - name : " Checkout phpstan-src"
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222 with :
2323 repository : phpstan/phpstan-src
2424 ref : 1.10.x
Original file line number Diff line number Diff line change 1616 runs-on : " ubuntu-latest"
1717 steps :
1818 - name : " Checkout"
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 with :
2121 ref : ${{ github.head_ref }}
2222 fetch-depth : ' 0'
3030 run : " composer install"
3131 working-directory : ./extractor
3232 - name : " Checkout"
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434 with :
3535 repository : " php/php-src"
3636 path : " php-src"
4242 - name : " Delete checked out php-src repo"
4343 run : " rm -rf php-src"
4444 - name : " Checkout PHP 8.1"
45- uses : actions/checkout@v3
45+ uses : actions/checkout@v4
4646 with :
4747 repository : " php/php-src"
4848 path : " php-src"
5555 - name : " Delete checked out php-src repo"
5656 run : " rm -rf php-src"
5757 - name : " Checkout PHP 8.2"
58- uses : actions/checkout@v3
58+ uses : actions/checkout@v4
5959 with :
6060 repository : " php/php-src"
6161 path : " php-src"
6868 - name : " Delete checked out php-src repo"
6969 run : " rm -rf php-src"
7070 - name : " Checkout PHP 8.3"
71- uses : actions/checkout@v3
71+ uses : actions/checkout@v4
7272 with :
7373 repository : " php/php-src"
7474 path : " php-src"
You can’t perform that action at this time.
0 commit comments