diff --git a/.github/workflows/R2022b.yml b/.github/workflows/R2022b.yml index 237755e..e21f823 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@v5 - name: Setup MATLAB uses: matlab-actions/setup-matlab@v2 diff --git a/.github/workflows/R2024a.yml b/.github/workflows/R2024a.yml index 030bf38..8ce0b41 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@v5 - name: Setup MATLAB uses: matlab-actions/setup-matlab@v2