From f8fdff09fe01d7936b41ad1a49c251ea2b2fb9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:54:15 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/R2022b.yml | 2 +- .github/workflows/R2024a.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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