From a1adf1c3a4ce700e8ca2d1750ff4d948d1a446e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 04:53:04 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `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) Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/linting.yaml | 2 +- .github/workflows/monthly-warning-test.yaml | 2 +- .github/workflows/test_releases.yaml | 4 ++-- .github/workflows/tests_cron.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 85a29ff..b800257 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -12,7 +12,7 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: conda-incubator/setup-miniconda@v4 with: diff --git a/.github/workflows/monthly-warning-test.yaml b/.github/workflows/monthly-warning-test.yaml index b024111..0380cff 100644 --- a/.github/workflows/monthly-warning-test.yaml +++ b/.github/workflows/monthly-warning-test.yaml @@ -12,7 +12,7 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/test_releases.yaml b/.github/workflows/test_releases.yaml index 5f930c7..6890961 100644 --- a/.github/workflows/test_releases.yaml +++ b/.github/workflows/test_releases.yaml @@ -13,7 +13,7 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -50,7 +50,7 @@ jobs: pytest -v diffstar --cov --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/tests_cron.yaml b/.github/workflows/tests_cron.yaml index 699589c..54b9b34 100644 --- a/.github/workflows/tests_cron.yaml +++ b/.github/workflows/tests_cron.yaml @@ -16,7 +16,7 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0