Skip to content

Commit 336959a

Browse files
authored
Merge pull request #244 from chrishavlin/update_action_versions
bump checkout, matlab runner versions
2 parents 58a0322 + 77d8539 commit 336959a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-test-matlab.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out repository
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v6
1818
- name: Set up MATLAB
19-
uses: matlab-actions/setup-matlab@v2
19+
uses: matlab-actions/setup-matlab@v3
2020
- name: Run tests
21-
uses: matlab-actions/run-command@v2
21+
uses: matlab-actions/run-command@v3
2222
with:
2323
command: run_all_tests

.github/workflows/build-test-octave.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
container:
2121
image: gnuoctave/octave
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- name: Check octave installation
2525
run: octave --eval "disp(version)"
2626
- name: Run tests

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: write
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v6
1616
# The exit status for grep -q is 0 if a match is found, 1 if not fund
1717
- name: confirm that Version.is_development is 0
1818
run: grep -q "Version.is_development = 0;" vbr/support/vbr_version.m

0 commit comments

Comments
 (0)