sgilmore10 opened a new pull request, #41532: URL: https://github.com/apache/arrow/pull/41532
### Rationale for this change I noticed `dev/tasks/matlab/github.yml` is still using `matlab-actions/setup-matlab@v1`, which is no longer supported. See this [log](https://github.com/ursacomputing/crossbow/actions/runs/8928507510/job/24524230971#step:4:11) file. We should use `matlab-actions/setup-matlab@v2` instead. We should also use `matlab-actions/run-command@v2` instead of `matlab-actions/run-command@v1`. ### What changes are included in this PR? 1. Replaced `matlab-actions/setup-matlab@v1` with `matlab-actions/setup-matlab@v2` in `dev/tasks/matlab/github.yml` 2. Replaced `matlab-actions/run-command@v1` with `matlab-actions/run-command@v2` in `dev/tasks/matlab/github.yml` ### Are these changes tested? N/A (I will trigger a crossbow job to verify the packaging workflow works as expected still). ### Are there any user-facing changes? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
