diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 6c2c6ad540..b9d0b30aec 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Check that all files in src/ follows the style defined in .clang-format - uses: jidicula/clang-format-action@v4.11.0 + uses: jidicula/clang-format-action@v4.12.0 with: clang-format-version: '14' check-path: 'src' \ No newline at end of file