File tree 3 files changed +7
-7
lines changed
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@v3
28
+ uses : actions/checkout@v4
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@v3
52
+ uses : actions/checkout@v4
53
53
54
54
- name : " Checkout build-cs"
55
- uses : actions/checkout@v3
55
+ uses : actions/checkout@v4
56
56
with :
57
57
repository : " phpstan/build-cs"
58
58
path : " build-cs"
99
99
100
100
steps :
101
101
- name : " Checkout"
102
- uses : actions/checkout@v3
102
+ uses : actions/checkout@v4
103
103
104
104
- name : " Install PHP"
105
105
uses : " shivammathur/setup-php@v2"
@@ -138,7 +138,7 @@ jobs:
138
138
139
139
steps :
140
140
- name : " Checkout"
141
- uses : actions/checkout@v3
141
+ uses : actions/checkout@v4
142
142
143
143
- name : " Install PHP"
144
144
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@v3
24
+ uses : actions/checkout@v4
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@v3
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Generate changelog
20
20
id : changelog
You can’t perform that action at this time.
0 commit comments