File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout code
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v3
27
27
28
28
- name : Install PHP
29
29
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 45
45
46
46
steps :
47
47
- name : Checkout code
48
- uses : actions/checkout@v2
48
+ uses : actions/checkout@v3
49
49
50
50
# On stable PHPCS versions, allow for PHP deprecation notices.
51
51
# Unit tests don't need to fail on those for stable releases where those issues won't get fixed anymore.
Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : Checkout code
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v3
38
38
39
39
- name : Install PHP
40
40
uses : shivammathur/setup-php@v2
@@ -107,7 +107,7 @@ jobs:
107
107
108
108
steps :
109
109
- name : Checkout code
110
- uses : actions/checkout@v2
110
+ uses : actions/checkout@v3
111
111
112
112
# On stable PHPCS versions, allow for PHP deprecation notices.
113
113
# Unit tests don't need to fail on those for stable releases where those issues won't get fixed anymore.
You can’t perform that action at this time.
0 commit comments