Skip to content

Commit 9d5730d

Browse files
dependabot[bot]livanov93
authored andcommitted
Bump pre-commit/action from 2.0.3 to 3.0.0 (#110)
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.3 to 3.0.0. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](pre-commit/action@v2.0.3...v3.0.0) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d0dc2e commit 9d5730d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
python-version: 3.10.6
1919
- name: Install system hooks
2020
run: sudo apt install -qq cppcheck ament-cmake-uncrustify ament-cmake-pep257
21-
- uses: pre-commit/action@v2.0.3
21+
- uses: pre-commit/action@v3.0.0
2222
with:
2323
extra_args: --all-files --hook-stage manual

0 commit comments

Comments
 (0)