From 9ceaccfd6ebd0a8965f7524e2b37127d83da6896 Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Wed, 22 Jan 2025 14:14:59 +0100 Subject: [PATCH] Update to matlab-actions/setup-matlab@v2 Using v1 raises the warning: ``` Warning: matlab-actions/setup-matlab@v1 is no longer supported. Update your workflow to use the most recent version of MATLAB actions. ``` (see https://github.com/precice/matlab-bindings/actions/runs/12908663295/job/35995500795#step:3:206) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a00588..ae0adb6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: precice-version: 'v3.1.0' - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v1 + uses: matlab-actions/setup-matlab@v2 with: release: ${{ matrix.release }}