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 2525
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929
3030 - name : Install PHP
3131 uses : shivammathur/setup-php@v2
@@ -109,7 +109,7 @@ jobs:
109109
110110 steps :
111111 - name : Checkout code
112- uses : actions/checkout@v4
112+ uses : actions/checkout@v5
113113
114114 # Updating the lists can fail intermittently, typically after Microsoft has released a new package.
115115 # 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 4444
4545 steps :
4646 - name : Checkout code
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848
4949 # On stable PHPCS versions, allow for PHP deprecation notices.
5050 # 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 3333
3434 steps :
3535 - name : Checkout code
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737
3838 - name : Install PHP
3939 uses : shivammathur/setup-php@v2
@@ -113,7 +113,7 @@ jobs:
113113
114114 steps :
115115 - name : Checkout code
116- uses : actions/checkout@v4
116+ uses : actions/checkout@v5
117117
118118 # On stable PHPCS versions, allow for PHP deprecation notices.
119119 # 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:
215215
216216 steps :
217217 - name : Checkout code
218- uses : actions/checkout@v4
218+ uses : actions/checkout@v5
219219
220220 # On stable PHPCS versions, allow for PHP deprecation notices.
221221 # 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