File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Expand file tree Collapse file tree 9 files changed +17
-17
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@v4
29
+ uses : actions/checkout@v5
30
30
with :
31
31
ref : ${{ matrix.branch }}
32
32
@@ -63,14 +63,14 @@ jobs:
63
63
runs-on : " ubuntu-latest"
64
64
65
65
steps :
66
- - uses : actions/download-artifact@v4
66
+ - uses : actions/download-artifact@v5
67
67
with :
68
68
pattern : docs-*
69
69
path : docs
70
70
merge-multiple : true
71
71
72
72
- name : Upload artifact
73
- uses : actions/upload-pages-artifact@v3
73
+ uses : actions/upload-pages-artifact@v4
74
74
with :
75
75
path : ' docs'
76
76
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : " Checkout"
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
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@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"
@@ -101,7 +101,7 @@ jobs:
101
101
102
102
steps :
103
103
- name : " Checkout"
104
- uses : actions/checkout@v4
104
+ uses : actions/checkout@v5
105
105
106
106
- name : " Install PHP"
107
107
uses : " shivammathur/setup-php@v2"
@@ -137,7 +137,7 @@ jobs:
137
137
138
138
steps :
139
139
- name : " Checkout"
140
- uses : actions/checkout@v4
140
+ uses : actions/checkout@v5
141
141
142
142
- name : " Install PHP"
143
143
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 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : " Checkout"
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
- name : " Merge branch"
18
18
19
19
with :
Original file line number Diff line number Diff line change 10
10
tweet :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : Eomm/why-don-t-you-tweet@v1
13
+ - uses : Eomm/why-don-t-you-tweet@v2
14
14
if : ${{ !github.event.repository.private }}
15
15
with :
16
16
# GitHub event payload
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
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@v4
21
+ uses : actions/checkout@v5
22
22
with :
23
23
repository : phpstan/phpstan-src
24
24
path : phpstan-src
35
35
36
36
- name : " Create Pull Request"
37
37
id : create-pr
38
- uses : peter-evans/create-pull-request@v6
38
+ uses : peter-evans/create-pull-request@v7
39
39
with :
40
40
token : ${{ secrets.PHPSTAN_BOT_TOKEN }}
41
41
path : ./phpstan-src
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
27
27
steps :
28
28
- name : " Checkout"
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
31
31
- name : " Checkout Slevomat Coding Standard"
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@v5
33
33
with :
34
34
repository : slevomat/coding-standard
35
35
path : slevomat-cs
You can’t perform that action at this time.
0 commit comments