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 26
26
27
27
steps :
28
28
- name : " Checkout"
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
31
31
- name : " Install PHP"
32
32
uses : " shivammathur/setup-php@v2"
@@ -55,10 +55,10 @@ jobs:
55
55
56
56
steps :
57
57
- name : " Checkout"
58
- uses : actions/checkout@v3
58
+ uses : actions/checkout@v4
59
59
60
60
- name : " Checkout build-cs"
61
- uses : actions/checkout@v3
61
+ uses : actions/checkout@v4
62
62
with :
63
63
repository : " phpstan/build-cs"
64
64
path : " build-cs"
@@ -106,7 +106,7 @@ jobs:
106
106
107
107
steps :
108
108
- name : " Checkout"
109
- uses : actions/checkout@v3
109
+ uses : actions/checkout@v4
110
110
111
111
- name : " Install PHP"
112
112
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