File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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@v2 "
29
+ uses : actions/checkout@v3
30
30
31
31
- name : " Install PHP"
32
32
uses : " shivammathur/setup-php@v2"
58
58
59
59
steps :
60
60
- name : " Checkout"
61
- uses : " actions/checkout@v2 "
61
+ uses : actions/checkout@v3
62
62
63
63
- name : " Install PHP"
64
64
uses : " shivammathur/setup-php@v2"
98
98
99
99
steps :
100
100
- name : " Checkout"
101
- uses : " actions/checkout@v2 "
101
+ uses : actions/checkout@v3
102
102
103
103
- name : " Install PHP"
104
104
uses : " shivammathur/setup-php@v2"
@@ -145,7 +145,7 @@ jobs:
145
145
146
146
steps :
147
147
- name : " Checkout"
148
- uses : " actions/checkout@v2 "
148
+ uses : actions/checkout@v3
149
149
150
150
- name : " Install PHP"
151
151
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : " Checkout"
17
- uses : " actions/checkout@v2 "
17
+ uses : actions/checkout@v3
18
18
19
19
- name : Generate changelog
20
20
id : changelog
You can’t perform that action at this time.
0 commit comments