Skip to content

Commit

Permalink
CI: Upgrade clang-format-check action v3.3.0 -> v4.11.0
Browse files Browse the repository at this point in the history
Fixes always-failing workflow
  • Loading branch information
Kissaki committed Mar 14, 2024
1 parent 8b6f41f commit a070afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
shell: bash

- name: Check code formatting
uses: jidicula/clang-format-action@v3.3.0
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '10'
check-path: '.'
Expand Down

0 comments on commit a070afa

Please sign in to comment.