Skip to content

Commit 1701599

Browse files
authored
Merge pull request #21 from TEOS-10/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents ac8e71a + 0820f94 commit 1701599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Run MATLAB Tests
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- uses: matlab-actions/setup-matlab@v2
1212
- name: Run Tests
1313
uses: matlab-actions/run-command@v2

0 commit comments

Comments
 (0)