File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 needs : prepare
1818 if : needs.prepare.outputs.continue == 'true'
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323
Original file line number Diff line number Diff line change 1010 name : Create release
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 2727 - php-version : " 8.2"
2828 phpunit-version : " 12"
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 0
3333
6464 - php-version : " 8.2"
6565 phpunit-version : " 12"
6666 steps :
67- - uses : actions/checkout@v5
67+ - uses : actions/checkout@v6
6868 with :
6969 fetch-depth : 0
7070
9999 needs : prepare
100100 if : needs.prepare.outputs.continue == 'true'
101101 steps :
102- - uses : actions/checkout@v5
102+ - uses : actions/checkout@v6
103103 with :
104104 fetch-depth : 0
105105
@@ -137,7 +137,7 @@ jobs:
137137 runs-on : ubuntu-latest
138138 needs : coverage
139139 steps :
140- - uses : actions/checkout@v5
140+ - uses : actions/checkout@v6
141141 with :
142142 fetch-depth : 0
143143
You can’t perform that action at this time.
0 commit comments