Skip to content

Commit

Permalink
Update to new versions of Github CI actions
Browse files Browse the repository at this point in the history
- actions/checkout@v3 --> v4
- matlab-actions/setup-matlab@v1 --> v2
- MATPOWER/action-configure-matlab@v1 --> v2
  • Loading branch information
rdzman committed Feb 2, 2024
1 parent fb7d25f commit adb474d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Octave (Linux)
if: matrix.platform == 'octave' && startsWith(matrix.os, 'ubuntu')
Expand All @@ -35,11 +35,11 @@ jobs:

- name: Install MATLAB
if: matrix.platform == 'matlab'
uses: matlab-actions/setup-matlab@v1
uses: matlab-actions/setup-matlab@v2

- name: Configure MATLAB
if: matrix.platform == 'matlab'
uses: MATPOWER/action-configure-matlab@v1
uses: MATPOWER/action-configure-matlab@v2

- name: ${{ env.ML_NAME }} ${{ env.ML_VER }} Installed
run: $ML_CMD ver
Expand Down

0 comments on commit adb474d

Please sign in to comment.