File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : " Checkout"
26
- uses : " actions/checkout@v2.0.0 "
26
+ uses : " actions/checkout@v2"
27
27
28
28
- name : " Install PHP"
29
29
uses : " shivammathur/setup-php@v2"
56
56
57
57
steps :
58
58
- name : " Checkout"
59
- uses : " actions/checkout@v2.0.0 "
59
+ uses : " actions/checkout@v2"
60
60
61
61
- name : " Install PHP"
62
62
uses : " shivammathur/setup-php@v2"
96
96
97
97
steps :
98
98
- name : " Checkout"
99
- uses : " actions/checkout@v2.0.0 "
99
+ uses : " actions/checkout@v2"
100
100
101
101
- name : " Install PHP"
102
102
uses : " shivammathur/setup-php@v2"
@@ -130,7 +130,7 @@ jobs:
130
130
131
131
steps :
132
132
- name : " Checkout"
133
- uses : " actions/checkout@v2.0.0 "
133
+ uses : " actions/checkout@v2"
134
134
135
135
- name : " Install PHP"
136
136
uses : " shivammathur/setup-php@v2"
You can’t perform that action at this time.
0 commit comments