From 705cd544c0f13c3d8b6d42f209a76e2ab4b3cfce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:12:40 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/master_update.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2861d8b25e..73e883f175 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout dev branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 @@ -38,7 +38,7 @@ jobs: shell: bash - name: Checkout reference coverage report - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 path: covref @@ -177,7 +177,7 @@ jobs: env: [environment_a, environment_b, conda-forge] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Substitute branch name in environment files run: | @@ -231,7 +231,7 @@ jobs: steps: - name: improver checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -269,7 +269,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/master_update.yml b/.github/workflows/master_update.yml index c37473077b..9132d4faef 100644 --- a/.github/workflows/master_update.yml +++ b/.github/workflows/master_update.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 @@ -40,7 +40,7 @@ jobs: shell: micromamba-shell {0} - name: Checkout reference coverage report - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 path: covref