From 6af636fa402a5f70a1fd0a5108a68bea705acaf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:33:16 +0000 Subject: [PATCH] ci(dependabot): bump the actions group with 2 updates Bumps the 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: actions - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/analyze.yml | 4 ++-- .github/workflows/build-docs.yml | 2 +- .github/workflows/cache-dependencies.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- .github/workflows/cleanup-aws.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index eed5b041..0cff4f36 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -15,7 +15,7 @@ jobs: python-version: [3.11] os: [ubuntu-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/dependencies - name: Pack test recipe run: | @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest needs: [Analyze] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure AWS credentials for dependabot if: ${{ github.actor == 'dependabot[bot]' }} uses: aws-actions/configure-aws-credentials@v6 diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 1c8398d9..aa8ff9aa 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -17,7 +17,7 @@ jobs: if: ${{ !contains(github.event.head_commit.message, 'Bump version') }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/cache-dependencies.yml b/.github/workflows/cache-dependencies.yml index b95c9b41..f9ac7b02 100644 --- a/.github/workflows/cache-dependencies.yml +++ b/.github/workflows/cache-dependencies.yml @@ -14,5 +14,5 @@ jobs: dependencies: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/dependencies \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c04e2fc..54d5f44f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,19 +30,19 @@ jobs: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/dependencies - name: Test with pytest run: | uv run pytest --cov cellpack/tests/ - name: Upload codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 lint: runs-on: ubuntu-latest if: ${{ !contains(github.event.head_commit.message, 'Bump version') }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/dependencies - name: Lint with flake8 run: | @@ -62,7 +62,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/dependencies - name: Publish to PyPI run: uv publish diff --git a/.github/workflows/cleanup-aws.yml b/.github/workflows/cleanup-aws.yml index e2f402ba..34b7e647 100644 --- a/.github/workflows/cleanup-aws.yml +++ b/.github/workflows/cleanup-aws.yml @@ -9,7 +9,7 @@ jobs: cleanup: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v6 with: