File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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@v2 "
28
+ uses : actions/checkout@v3
29
29
30
30
- name : " Install PHP"
31
31
uses : " shivammathur/setup-php@v2"
53
53
54
54
steps :
55
55
- name : " Checkout"
56
- uses : " actions/checkout@v2 "
56
+ uses : actions/checkout@v3
57
57
58
58
- name : " Install PHP"
59
59
uses : " shivammathur/setup-php@v2"
93
93
94
94
steps :
95
95
- name : " Checkout"
96
- uses : " actions/checkout@v2 "
96
+ uses : actions/checkout@v3
97
97
98
98
- name : " Install PHP"
99
99
uses : " shivammathur/setup-php@v2"
@@ -136,7 +136,7 @@ jobs:
136
136
137
137
steps :
138
138
- name : " Checkout"
139
- uses : " actions/checkout@v2 "
139
+ uses : actions/checkout@v3
140
140
141
141
- name : " Install PHP"
142
142
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