Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vboutrou authored Sep 27, 2024
1 parent 6b8c87d commit 842da17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checks-out your repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Sets up a display server
- name: Start display server
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
steps:

# Checks-out your repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Sets up R2023b
- name: Setup MATLAB
Expand All @@ -75,7 +75,7 @@ jobs:

# Create the test results badge
- name: Run CreateBadge
uses: matlab-actions/run-command@v1
uses: matlab-actions/run-command@v2
with:
command: openProject(pwd); CreateBadge;

Expand Down

0 comments on commit 842da17

Please sign in to comment.