Skip to content

Commit 74e69e3

Browse files
Bump pre-commit/action from 3.0.0 to 3.0.1 (#100)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9cfbaa1 commit 74e69e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
python-version: '3.10'
1919
- name: Install system hooks
2020
run: sudo apt install -qq clang-format-14 cppcheck
21-
- uses: pre-commit/[email protected].0
21+
- uses: pre-commit/[email protected].1
2222
with:
2323
extra_args: --all-files --hook-stage manual

0 commit comments

Comments
 (0)