File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : " Checkout"
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
30
30
- name : " Install PHP"
31
31
uses : " shivammathur/setup-php@v2"
@@ -49,10 +49,10 @@ jobs:
49
49
50
50
steps :
51
51
- name : " Checkout"
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@v5
53
53
54
54
- name : " Checkout build-cs"
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@v5
56
56
with :
57
57
repository : " phpstan/build-cs"
58
58
path : " build-cs"
@@ -124,7 +124,7 @@ jobs:
124
124
125
125
steps :
126
126
- name : " Checkout"
127
- uses : actions/checkout@v4
127
+ uses : actions/checkout@v5
128
128
129
129
- name : " Install PHP"
130
130
uses : " shivammathur/setup-php@v2"
@@ -190,7 +190,7 @@ jobs:
190
190
191
191
steps :
192
192
- name : " Checkout"
193
- uses : actions/checkout@v4
193
+ uses : actions/checkout@v5
194
194
195
195
- name : " Install PHP"
196
196
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 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