Skip to content

Commit 893baca

Browse files
authored
Merge pull request #25 from TEOS-10/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 494af96 + 4b76be3 commit 893baca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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@v5
10+
- uses: actions/checkout@v6
1111
- uses: matlab-actions/setup-matlab@v2
1212
- name: Run Tests
1313
uses: matlab-actions/run-command@v2

0 commit comments

Comments
 (0)