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"
@@ -53,10 +53,10 @@ jobs:
53
53
54
54
steps :
55
55
- name : " Checkout"
56
- uses : actions/checkout@v3
56
+ uses : actions/checkout@v4
57
57
58
58
- name : " Checkout build-cs"
59
- uses : actions/checkout@v3
59
+ uses : actions/checkout@v4
60
60
with :
61
61
repository : " phpstan/build-cs"
62
62
path : " build-cs"
@@ -103,7 +103,7 @@ jobs:
103
103
104
104
steps :
105
105
- name : " Checkout"
106
- uses : actions/checkout@v3
106
+ uses : actions/checkout@v4
107
107
108
108
- name : " Install PHP"
109
109
uses : " shivammathur/setup-php@v2"
@@ -146,7 +146,7 @@ jobs:
146
146
147
147
steps :
148
148
- name : " Checkout"
149
- uses : actions/checkout@v3
149
+ uses : actions/checkout@v4
150
150
151
151
- name : " Install PHP"
152
152
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