Skip to content

Commit

Permalink
fix(ci): action version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Jun 20, 2024
1 parent 6291f10 commit 84a3c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4
uses: jidicula/clang-format-action@v4.13.0
with:
clang-format-version: "18"
check-path: "src"
Expand Down

0 comments on commit 84a3c80

Please sign in to comment.