Skip to content

Commit 093bf3c

Browse files
V2 release (#50)
* update rmc * update packages * keep updating dependencies
1 parent fcdc0d7 commit 093bf3c

File tree

6 files changed

+2139
-3550
lines changed

6 files changed

+2139
-3550
lines changed

.github/workflows/bat.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ jobs:
66
name: Build and Test
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-node@v3
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 16
12+
node-version: 20
1313
- name: Perform npm tasks
1414
run: npm run ci
1515

1616
- name: Perform 'setup-matlab'
17-
uses: matlab-actions/setup-matlab@v1
17+
uses: matlab-actions/setup-matlab@v2
1818

1919
- name: Greet the world in style
2020
uses: ./

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ jobs:
1212
tag: ${{ steps.update-package-version.outputs.version }}
1313
steps:
1414
# Configure runner with the right stuff
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818
- name: Configure git
1919
run: |
2020
git config user.name 'Release Action'
2121
git config user.email '<>'
22-
- uses: actions/setup-node@v3
22+
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 16
24+
node-version: 20
2525

2626
# Call `npm version`. It increments the version and commits the changes.
2727
# We'll save the output (new version string) for use in the following

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020-2023 The MathWorks, Inc.
1+
# Copyright 2020-2024 The MathWorks, Inc.
22

33
name: Run MATLAB Command
44
description: >-
@@ -14,5 +14,5 @@ inputs:
1414
required: false
1515
default: ""
1616
runs:
17-
using: node16
17+
using: node20
1818
main: dist/index.js

0 commit comments

Comments
 (0)