From 2897fa9cab4587bfc7e626314b0578787f1c3217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 11:03:53 +0000 Subject: [PATCH] [actions] Bump actions/checkout from 5 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/build-release.yml | 2 +- .github/workflows/build-test-conda.yml | 2 +- .github/workflows/build-test-micromamba.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 3e1a6e8..51c87e0 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v7 - uses: mamba-org/setup-micromamba@v3 with: diff --git a/.github/workflows/build-test-conda.yml b/.github/workflows/build-test-conda.yml index 730cd49..064e98a 100644 --- a/.github/workflows/build-test-conda.yml +++ b/.github/workflows/build-test-conda.yml @@ -13,7 +13,7 @@ jobs: max-parallel: 5 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Set up Python 3.9 uses: actions/setup-python@v6 with: diff --git a/.github/workflows/build-test-micromamba.yml b/.github/workflows/build-test-micromamba.yml index 4f75c99..c4ed82e 100644 --- a/.github/workflows/build-test-micromamba.yml +++ b/.github/workflows/build-test-micromamba.yml @@ -13,7 +13,7 @@ jobs: max-parallel: 5 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: mamba-org/setup-micromamba@v3 with: environment-file: env-dev.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index af7b558..0200ff6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL