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"
96
96
97
97
steps :
98
98
- name : " Checkout"
99
- uses : " actions/checkout@v2 "
99
+ uses : actions/checkout@v3
100
100
101
101
- name : " Install PHP"
102
102
uses : " shivammathur/setup-php@v2"
@@ -139,7 +139,7 @@ jobs:
139
139
140
140
steps :
141
141
- name : " Checkout"
142
- uses : " actions/checkout@v2 "
142
+ uses : actions/checkout@v3
143
143
144
144
- name : " Install PHP"
145
145
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