From 9b6a6c0c6a70834070db3d4c21134de9fa940402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:02:45 +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/aws.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aws.yaml b/.github/workflows/aws.yaml index dc4b2634..3f8d2f55 100644 --- a/.github/workflows/aws.yaml +++ b/.github/workflows/aws.yaml @@ -39,7 +39,7 @@ jobs: needs: - start-aws-runner steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Schedule auto-shutdown after 24 hours # This is the failsafe if timeout-minutes above fails diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 53b225be..e9722633 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: python-version: 3.13 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Conda Environment uses: mamba-org/setup-micromamba@v3