Skip to content

Commit 32343a3

Browse files
chore(deps): bump the actions group with 1 update (#1758)
Bumps the actions group with 1 update: [pre-commit/action](https://github.com/pre-commit/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) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e0ab01 commit 32343a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-python@v5
2525
with:
2626
python-version: "3.x"
27-
- uses: pre-commit/[email protected].0
27+
- uses: pre-commit/[email protected].1
2828
- name: Check manifest
2929
run: pipx run nox -s check_manifest
3030
- name: PyLint checks

0 commit comments

Comments
 (0)