Skip to content

Commit 294289e

Browse files
committed
update actions version
1 parent b08a6ed commit 294289e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- uses: matlab-actions/setup-matlab@v1
9-
- uses: matlab-actions/run-tests@v1
8+
- uses: matlab-actions/setup-matlab@v2
9+
- uses: matlab-actions/run-tests@v2
1010
with:
1111
source-folder: source
1212
code-coverage-cobertura: coverage.xml

0 commit comments

Comments
 (0)