diff --git a/.github/workflows/R2022b.yml b/.github/workflows/R2022b.yml index 237755e..40a14c2 100644 --- a/.github/workflows/R2022b.yml +++ b/.github/workflows/R2022b.yml @@ -31,7 +31,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup MATLAB uses: matlab-actions/setup-matlab@v2 diff --git a/.github/workflows/R2024a.yml b/.github/workflows/R2024a.yml index 030bf38..52fc370 100644 --- a/.github/workflows/R2024a.yml +++ b/.github/workflows/R2024a.yml @@ -31,7 +31,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup MATLAB uses: matlab-actions/setup-matlab@v2