File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v3
15
15
16
16
- name : Setup PHP
17
17
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 23
23
- highest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v1
26
+ uses : actions/checkout@v3
27
27
28
28
- name : Setup PHP ${{ matrix.php-version }}
29
29
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v3
15
15
16
16
- name : Setup PHP
17
17
uses : shivammathur/setup-php@v2
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Checkout
45
- uses : actions/checkout@v2
45
+ uses : actions/checkout@v3
46
46
47
47
- name : Setup PHP
48
48
uses : shivammathur/setup-php@v2
66
66
runs-on : ubuntu-latest
67
67
steps :
68
68
- name : Checkout
69
- uses : actions/checkout@v2
69
+ uses : actions/checkout@v3
70
70
71
71
- name : Setup PHP
72
72
uses : shivammathur/setup-php@v2
95
95
runs-on : ubuntu-latest
96
96
steps :
97
97
- name : Checkout
98
- uses : actions/checkout@v2
98
+ uses : actions/checkout@v3
99
99
100
100
- name : Setup PHP
101
101
uses : shivammathur/setup-php@v2
@@ -118,7 +118,7 @@ jobs:
118
118
runs-on : ubuntu-latest
119
119
steps :
120
120
- name : Checkout
121
- uses : actions/checkout@v2
121
+ uses : actions/checkout@v3
122
122
123
123
- name : Setup PHP
124
124
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments