Skip to content

Commit eda4117

Browse files
committed
Merge branch 'main' into dev
2 parents d20014b + cf371ff commit eda4117

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run_tests_matlab.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Install MATLAB
28-
uses: matlab-actions/[email protected].0
28+
uses: matlab-actions/[email protected].2
2929
with:
3030
# MATLAB release to set up R2020a
3131
release: R2020a
@@ -49,7 +49,7 @@ jobs:
4949
run: make install_dev
5050

5151
- name: Run commands
52-
uses: matlab-actions/[email protected].0
52+
uses: matlab-actions/[email protected].1
5353
with:
5454
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
5555

.github/workflows/update-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
- name: Tributors Update
2121

2222
# Important! Update to release https://github.com/con/tributors

0 commit comments

Comments
 (0)