Skip to content

Commit

Permalink
Update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Apr 26, 2024
1 parent a13e4a0 commit 45664da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
SYSTEM_LIBSTDCPP_PATH: "/usr/lib/x86_64-linux-gnu/libstdc++.so.6"
steps:
- name: Download libmexclass source code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install MATLAB
uses: v2@v2
- name: Build Example
Expand All @@ -31,7 +31,7 @@ jobs:
LIBMEXCLASS_INSTALL_PREFIX: "~/install"
steps:
- name: Download libmexclass source code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install MATLAB
uses: v2@v2
- name: Build Example
Expand All @@ -51,7 +51,7 @@ jobs:
LIBMEXCLASS_GIT_TAG: ${{ vars.GITHUB_SHA }}
steps:
- name: Download libmexclass source code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install MATLAB
uses: v2@v2
- name: Build Example
Expand Down

0 comments on commit 45664da

Please sign in to comment.