Skip to content

Commit f5f7798

Browse files
Bump pre-commit/action from 3.0.0 to 3.0.1 (#46)
Bumps [pre-commit/action](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67b5057 commit f5f7798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
path: ~/.cache/pre-commit
2222
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
2323

24-
- uses: pre-commit/action@v3.0.0
24+
- uses: pre-commit/action@v3.0.1
2525
# this action also provides an additional behaviour when used in private repositories
2626
# when configured with a github token, the action will push back fixes to the pull request branch
2727
#with:

0 commit comments

Comments
 (0)