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 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"
@@ -100,7 +100,7 @@ jobs:
100
100
101
101
steps :
102
102
- name : " Checkout"
103
- uses : actions/checkout@v4
103
+ uses : actions/checkout@v5
104
104
105
105
- name : " Install PHP"
106
106
uses : " shivammathur/setup-php@v2"
@@ -139,7 +139,7 @@ jobs:
139
139
140
140
steps :
141
141
- name : " Checkout"
142
- uses : actions/checkout@v4
142
+ uses : actions/checkout@v5
143
143
144
144
- name : " Install PHP"
145
145
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 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
You can’t perform that action at this time.
0 commit comments