File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout code
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
30
30
- name : Install PHP
31
31
uses : shivammathur/setup-php@v2
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
steps :
111
111
- name : Checkout code
112
- uses : actions/checkout@v4
112
+ uses : actions/checkout@v5
113
113
114
114
# Updating the lists can fail intermittently, typically after Microsoft has released a new package.
115
115
# This should not be blocking for this job, so ignore any errors from this step.
Original file line number Diff line number Diff line change 44
44
45
45
steps :
46
46
- name : Checkout code
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@v5
48
48
49
49
# On stable PHPCS versions, allow for PHP deprecation notices.
50
50
# 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 33
33
34
34
steps :
35
35
- name : Checkout code
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
38
38
- name : Install PHP
39
39
uses : shivammathur/setup-php@v2
@@ -113,7 +113,7 @@ jobs:
113
113
114
114
steps :
115
115
- name : Checkout code
116
- uses : actions/checkout@v4
116
+ uses : actions/checkout@v5
117
117
118
118
# On stable PHPCS versions, allow for PHP deprecation notices.
119
119
# Unit tests don't need to fail on those for stable releases where those issues won't get fixed anymore.
@@ -215,7 +215,7 @@ jobs:
215
215
216
216
steps :
217
217
- name : Checkout code
218
- uses : actions/checkout@v4
218
+ uses : actions/checkout@v5
219
219
220
220
# On stable PHPCS versions, allow for PHP deprecation notices.
221
221
# 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