File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : " Checkout"
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
31
31
- name : " Install PHP"
32
32
uses : " shivammathur/setup-php@v2"
@@ -56,10 +56,10 @@ jobs:
56
56
57
57
steps :
58
58
- name : " Checkout"
59
- uses : actions/checkout@v4
59
+ uses : actions/checkout@v5
60
60
61
61
- name : " Checkout build-cs"
62
- uses : actions/checkout@v4
62
+ uses : actions/checkout@v5
63
63
with :
64
64
repository : " phpstan/build-cs"
65
65
path : " build-cs"
@@ -117,7 +117,7 @@ jobs:
117
117
118
118
steps :
119
119
- name : " Checkout"
120
- uses : actions/checkout@v4
120
+ uses : actions/checkout@v5
121
121
122
122
- name : " Install PHP"
123
123
uses : " shivammathur/setup-php@v2"
@@ -167,7 +167,7 @@ jobs:
167
167
168
168
steps :
169
169
- name : " Checkout"
170
- uses : actions/checkout@v4
170
+ uses : actions/checkout@v5
171
171
172
172
- name : " Install PHP"
173
173
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 21
21
runs-on : " ubuntu-latest"
22
22
steps :
23
23
- name : " Checkout"
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
with :
26
26
fetch-depth : 0
27
27
token : ${{ secrets.PHPSTAN_BOT_TOKEN }}
Original file line number Diff line number Diff line change 40
40
41
41
steps :
42
42
- name : " Checkout"
43
- uses : actions/checkout@v4
43
+ uses : actions/checkout@v5
44
44
45
45
- name : " Install PHP"
46
46
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : " Checkout"
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Generate changelog
20
20
id : changelog
You can’t perform that action at this time.
0 commit comments