From 7dc32946c42b7a963e29e98cd67baac73314aff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:46:10 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [j178/prek-action](https://github.com/j178/prek-action). 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) 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) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: j178/prek-action dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc58307c..617dab30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: | uvx --with tox-uv tox -e py - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: always() with: token: ${{ secrets.CODECOV_ORG_TOKEN }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aa219eee..352996c7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,4 +15,4 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: j178/prek-action@v2 + - uses: j178/prek-action@v2.0.2