File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : " Checkout"
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : PHPArkitect
1717 uses : docker://phparkitect/arkitect-github-actions:latest
Original file line number Diff line number Diff line change 1717 coverage-driver : [ 'pcov' ]
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121
2222 - name : Install PHP
2323 uses : shivammathur/setup-php@v2
6363 runs-on : " ubuntu-22.04"
6464 needs : build
6565 steps :
66- - uses : actions/checkout@v4
66+ - uses : actions/checkout@v5
6767
6868 - name : Install PHP
6969 uses : shivammathur/setup-php@v2
@@ -162,7 +162,7 @@ jobs:
162162 if : github.ref == 'refs/heads/main' || github.event_name == 'release'
163163 steps :
164164 - name : Checkout
165- uses : actions/checkout@v4
165+ uses : actions/checkout@v5
166166 - name : Docker meta
167167 id : meta
168168 uses : crazy-max/ghaction-docker-meta@v5
You can’t perform that action at this time.
0 commit comments