File tree 8 files changed +13
-13
lines changed
8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : " Checkout"
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : " Install PHP"
24
24
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : " Checkout"
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0
23
23
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"
@@ -104,7 +104,7 @@ jobs:
104
104
105
105
steps :
106
106
- name : " Checkout"
107
- uses : actions/checkout@v3
107
+ uses : actions/checkout@v4
108
108
109
109
- name : " Install PHP"
110
110
uses : " shivammathur/setup-php@v2"
@@ -144,7 +144,7 @@ jobs:
144
144
145
145
steps :
146
146
- name : " Checkout"
147
- uses : actions/checkout@v3
147
+ uses : actions/checkout@v4
148
148
149
149
- name : " Install PHP"
150
150
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 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : " Checkout"
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
- name : " Merge branch"
18
18
19
19
with :
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
Original file line number Diff line number Diff line change 18
18
php-version : " 8.1"
19
19
20
20
- name : " Checkout phpstan-src"
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
with :
23
23
repository : phpstan/phpstan-src
24
24
path : phpstan-src
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
26
26
steps :
27
27
- name : " Checkout"
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
30
30
- name : " Checkout Slevomat Coding Standard"
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
with :
33
33
repository : slevomat/coding-standard
34
34
path : slevomat-cs
You can’t perform that action at this time.
0 commit comments