Skip to content

Commit e2c63d4

Browse files
committed
ci
1 parent bb5544f commit e2c63d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/matlab.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Setup MATLAB
18-
uses: matlab-actions/setup-matlab@v1
18+
uses: matlab-actions/setup-matlab@v2
1919

2020
- name: Run wkwBuild
21-
uses: matlab-actions/run-command@v1
21+
uses: matlab-actions/run-command@v2
2222
with:
2323
command: cd zarr-matlab, wkwBuild

0 commit comments

Comments
 (0)