Skip to content

Commit

Permalink
[github actions] Fix precommit/actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-stasse committed Jul 19, 2024
1 parent 7a6acaa commit efab7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- uses: actions/setup-python@v2
- name: Install clang-format-15
run: sudo apt-get install clang-format-15 cppcheck
- uses: pre-commit/[email protected].
- uses: pre-commit/[email protected].0
with:
extra_args: --all-files --hook-stage manual

0 comments on commit efab7a5

Please sign in to comment.