Skip to content

Commit c6b026f

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [pre-commit/action](https://github.com/pre-commit/action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `pre-commit/action` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](pre-commit/action@v3.0.0...v3.0.1) Updates `codecov/codecov-action` from 3.1.4 to 4.5.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3.1.4...v4.5.0) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c026b8 commit c6b026f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-python@v5
2626
with:
2727
python-version: "3.x"
28-
- uses: pre-commit/[email protected].0
28+
- uses: pre-commit/[email protected].1
2929
with:
3030
extra_args: --hook-stage manual --all-files
3131
- name: Run PyLint
@@ -66,4 +66,4 @@ jobs:
6666
--durations=20
6767
6868
- name: Upload coverage report
69-
uses: codecov/codecov-action@v3.1.4
69+
uses: codecov/codecov-action@v4.5.0

0 commit comments

Comments
 (0)