File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 - name : Install PHP
2727 uses : shivammathur/setup-php@v2
@@ -117,7 +117,7 @@ jobs:
117117
118118 steps :
119119 - name : Checkout code
120- uses : actions/checkout@v4
120+ uses : actions/checkout@v5
121121
122122 # Updating the lists can fail intermittently, typically after Microsoft has released a new package.
123123 # 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 3131 run : git config --global core.autocrlf input
3232
3333 - name : Checkout code
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535
3636 # Updating the lists can fail intermittently, typically after Microsoft has released a new package.
3737 # This should not be blocking for this job, so ignore any errors from this step.
@@ -128,7 +128,7 @@ jobs:
128128
129129 steps :
130130 - name : Checkout code
131- uses : actions/checkout@v4
131+ uses : actions/checkout@v5
132132
133133 # On stable PHPCS versions, allow for PHP deprecation notices.
134134 # 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 3434 run : git config --global core.autocrlf input
3535
3636 - name : Checkout code
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838
3939 # Updating the lists can fail intermittently, typically after Microsoft has released a new package.
4040 # This should not be blocking for this job, so ignore any errors from this step.
@@ -174,7 +174,7 @@ jobs:
174174
175175 steps :
176176 - name : Checkout code
177- uses : actions/checkout@v4
177+ uses : actions/checkout@v5
178178
179179 - name : Setup ini config
180180 id : set_ini
Original file line number Diff line number Diff line change 4848 fi
4949
5050 - name : Checkout code
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v5
5252 with :
5353 ref : ${{ steps.base_branch.outputs.BRANCH }}
5454
You can’t perform that action at this time.
0 commit comments