Skip to content

Commit

Permalink
Update versions of GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofachada committed Aug 5, 2024
1 parent 6f093d5 commit ed984de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: joergbrech/moxunit-action@v1
with:
tests: tests/tests_all.m
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4
with:
lfs: true
- name: Install Octave and xvfb
Expand All @@ -25,6 +25,6 @@ jobs:
./run_moc_in_md.sh docs/examples.md
mkdocs build
- name: Deploy to GitHub pages 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/site
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
if: matrix.config.moc == 'matlab'
uses: matlab-actions/setup-matlab@v1
- name: Clone MOCluGen
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install MOxUnit
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'MOxUnit/MOxUnit'
path: 'MOxUnit'
Expand Down

0 comments on commit ed984de

Please sign in to comment.