mathworks / libmexclass

libmexclass is a MATLAB framework which enables users to implement the functionality of MATLAB classes in terms of equivalent C++ classes using MEX.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Closes #73: Update `matlab-actions/setup-matlab` and `matlab-actions/run-command` to `v2` #75

Closed sgilmore10 closed 6 months ago

sgilmore10 commented 6 months ago

Description

Update matlab-actions/setup-matlab and matlab-actions/run-command to v2. Currently, the build.yml workflow uses v1 for both matlab-actions/setup-matlab and matlab-actions/run-command.

Changes

  1. Updated maltab-actions/setup-matlab to v2
  2. Updated maltab-actions/run-command to v2
  3. Updated actions/checkout to v4