Skip to content

Commit 31e99b4

Browse files
committed
Merge branch 'main' of https://github.com/gulley/Animator
2 parents cdfc70f + d015f53 commit 31e99b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Set up MATLAB
21-
uses: matlab-actions/setup-matlab@v1
21+
uses: matlab-actions/setup-matlab@v2
2222
- name: Run tests and generate artifacts
23-
uses: matlab-actions/run-tests@v1
23+
uses: matlab-actions/run-tests@v2
2424

0 commit comments

Comments
 (0)