We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a30fe commit 38e88b3Copy full SHA for 38e88b3
.github/workflows/CI_matlab.yml
@@ -29,7 +29,7 @@ jobs:
29
release: ${{ matrix.matlab_version }}
30
31
- name: Checkout repository
32
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
33
34
- name: Install Moxunit
35
run: git clone https://github.com/MOxUnit/MOxUnit.git --depth 1
.github/workflows/CI_octave.yml
@@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
36
37
0 commit comments