File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 ref : ${{ github.head_ref }}
1717
Original file line number Diff line number Diff line change 1111 name : phpstan
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Setup PHP
1717 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 - name : Setup PHP
2727 uses : shivammathur/setup-php@v2
5959
6060 steps :
6161 - name : Checkout code
62- uses : actions/checkout@v4
62+ uses : actions/checkout@v5
6363
6464 - name : Setup PHP
6565 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 # Fetch entire history of repository to ensure release date can be
2323 # extracted from commit of the given tag.
You can’t perform that action at this time.
0 commit comments