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 19
19
- " 8.1"
20
20
steps :
21
21
- name : " Checkout"
22
- uses : " actions/checkout@v2 "
22
+ uses : " actions/checkout@v3 "
23
23
- name : " Install PHP"
24
24
uses : " shivammathur/setup-php@v2"
25
25
with :
54
54
experimental : true
55
55
steps :
56
56
- name : " Checkout"
57
- uses : " actions/checkout@v2 "
57
+ uses : " actions/checkout@v3 "
58
58
- name : " Install PHP"
59
59
uses : " shivammathur/setup-php@v2"
60
60
with :
@@ -100,7 +100,7 @@ jobs:
100
100
experimental : true
101
101
steps :
102
102
- name : " Checkout"
103
- uses : " actions/checkout@v2 "
103
+ uses : " actions/checkout@v3 "
104
104
- name : " Install PHP"
105
105
uses : " shivammathur/setup-php@v2"
106
106
with :
@@ -173,7 +173,7 @@ jobs:
173
173
experimental : true
174
174
steps :
175
175
- name : " Checkout"
176
- uses : " actions/checkout@v2 "
176
+ uses : " actions/checkout@v3 "
177
177
- name : " Install PHP"
178
178
uses : " shivammathur/setup-php@v2"
179
179
with :
Original file line number Diff line number Diff line change 16
16
- ' 1.9.x-dev'
17
17
steps :
18
18
- name : " Checkout"
19
- uses : " actions/checkout@v2 "
19
+ uses : " actions/checkout@v3 "
20
20
- name : " Install PHP"
21
21
uses : " shivammathur/setup-php@v2"
22
22
with :
You can’t perform that action at this time.
0 commit comments