Skip to content

Commit f43dfa9

Browse files
Bump the actions group with 2 updates (#694)
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](codecov/codecov-action@v5...v6) Updates `j178/prek-action` from 2 to 2.0.2 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](j178/prek-action@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f73b34f commit f43dfa9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
uvx --with tox-uv tox -e py
4141
42-
- uses: codecov/codecov-action@v5
42+
- uses: codecov/codecov-action@v6
4343
if: always()
4444
with:
4545
token: ${{ secrets.CODECOV_ORG_TOKEN }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- uses: actions/checkout@v6
1616
with:
1717
persist-credentials: false
18-
- uses: j178/prek-action@v2
18+
- uses: j178/prek-action@v2.0.2

0 commit comments

Comments
 (0)