Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
using the latest "checkout" action
  • Loading branch information
mw-hrastega authored Jan 30, 2024
1 parent 5fff61d commit c8f200d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run build
uses: matlab-actions/run-build@v2
```
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
- name: Run build
Expand Down

0 comments on commit c8f200d

Please sign in to comment.