File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - " master"
77 - " v[0-9]"
8+ workflow_dispatch :
89jobs :
910 checks :
1011 runs-on : ubuntu-latest
1314 steps :
1415 -
1516 name : Checkout code
16- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1718 -
1819 name : Setup PHP
1920 uses : shivammathur/setup-php@v2
4041 steps :
4142 -
4243 name : Checkout code
43- uses : actions/checkout@v2
44+ uses : actions/checkout@v6
4445 -
4546 name : Setup PHP
4647 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 11name : E2E
22on :
33 pull_request :
4+ workflow_dispatch :
45
56jobs :
67 e2e :
@@ -185,13 +186,13 @@ jobs:
185186
186187 -
187188 name : Checkout code
188- uses : actions/checkout@v4
189+ uses : actions/checkout@v6
189190 with :
190191 path : analyser
191192
192193 -
193194 name : Clone ${{ matrix.repo }}
194- uses : actions/checkout@v4
195+ uses : actions/checkout@v6
195196 with :
196197 path : ${{ matrix.repo }}
197198 repository : ${{ matrix.repo }}
You can’t perform that action at this time.
0 commit comments