Skip to content

Commit

Permalink
CI: Upgrade clang-format-check action v3.3.0 -> v4.11.0 (#4)
Browse files Browse the repository at this point in the history
Fixes always-failing workflow
  • Loading branch information
Kissaki authored Mar 14, 2024
2 parents 8b6f41f + a070afa commit 07673ae
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 07673ae

Please sign in to comment.