From 4300048de9c875f637634fa3c2c92e444f1f9bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 09:29:33 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [j178/prek-action](https://github.com/j178/prek-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `j178/prek-action` from 2 to 2.0.2 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/v2...v2.0.2) Updates `codecov/codecov-action` from 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b2d9969b22b..121b682477b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,10 +23,10 @@ jobs: persist-credentials: false - name: Run pre-commit hooks - uses: j178/prek-action@v2 + uses: j178/prek-action@v2.0.2 - name: Check spelling - uses: j178/prek-action@v2 + uses: j178/prek-action@v2.0.2 continue-on-error: true with: extra_args: --all-files --hook-stage manual codespell diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a05eeb14025..35a649bf0c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,7 @@ jobs: uvx --with tox-uv tox -e py -- -v --cov-report term - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: ${{ matrix.os }} name: ${{ matrix.os }} Python ${{ matrix.python-version }}