From 800fd101863f5491084fe9b506b8d8351010a9a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 07:02:38 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.2 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0. - [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/v6.0.2...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/setup_mex.yml | 2 +- .github/workflows/setup_mex_mingw.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup_mex.yml b/.github/workflows/setup_mex.yml index 2d5caae..f9918cd 100644 --- a/.github/workflows/setup_mex.yml +++ b/.github/workflows/setup_mex.yml @@ -83,7 +83,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Set up gfortran on Linux diff --git a/.github/workflows/setup_mex_mingw.yml b/.github/workflows/setup_mex_mingw.yml index 7df2b61..344141c 100644 --- a/.github/workflows/setup_mex_mingw.yml +++ b/.github/workflows/setup_mex_mingw.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 # - name: Remove Visual Studio completely # shell: cmd