From 5fff61d566fff5890fe8028e3625fabfc79bbffb Mon Sep 17 00:00:00 2001 From: mw-hrastega <48831250+mw-hrastega@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:34:25 -0500 Subject: [PATCH] Update README.md replacing v1 with v2 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0527981..d794d85 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ jobs: - name: Check out repository uses: actions/checkout@v3 - name: Run build - uses: matlab-actions/run-build@v1 + uses: matlab-actions/run-build@v2 ``` ### Run MATLAB Build on GitHub-Hosted Runner @@ -44,15 +44,15 @@ jobs: - name: Check out repository uses: actions/checkout@v3 - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v1 + uses: matlab-actions/setup-matlab@v2 - name: Run build - uses: matlab-actions/run-build@v1 + uses: matlab-actions/run-build@v2 with: tasks: mytask ``` ## Run MATLAB Build -When you define your workflow in the `.github/workflows` directory of your repository, specify the **Run MATLAB Build** action as `matlab-actions/run-build@v1`. The action accepts optional inputs. +When you define your workflow in the `.github/workflows` directory of your repository, specify the **Run MATLAB Build** action as `matlab-actions/run-build@v2`. The action accepts optional inputs. Input | Description ------------------------- | ---------------