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 24
24
25
25
steps :
26
26
- name : " Checkout"
27
- uses : " actions/checkout@v2 "
27
+ uses : actions/checkout@v3
28
28
29
29
- name : " Install PHP"
30
30
uses : " shivammathur/setup-php@v2"
52
52
53
53
steps :
54
54
- name : " Checkout"
55
- uses : " actions/checkout@v2 "
55
+ uses : actions/checkout@v3
56
56
57
57
- name : " Install PHP"
58
58
uses : " shivammathur/setup-php@v2"
91
91
92
92
steps :
93
93
- name : " Checkout"
94
- uses : " actions/checkout@v2 "
94
+ uses : actions/checkout@v3
95
95
96
96
- name : " Install PHP"
97
97
uses : " shivammathur/setup-php@v2"
@@ -133,7 +133,7 @@ jobs:
133
133
134
134
steps :
135
135
- name : " Checkout"
136
- uses : " actions/checkout@v2 "
136
+ uses : actions/checkout@v3
137
137
138
138
- name : " Install PHP"
139
139
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