diff --git a/.github/workflows/lint-workflow.yml b/.github/workflows/lint-workflow.yml index 81a4c558..87b3ef48 100644 --- a/.github/workflows/lint-workflow.yml +++ b/.github/workflows/lint-workflow.yml @@ -21,11 +21,11 @@ jobs: uses: actions/checkout@v2 - name: Lint - uses: DoozyX/clang-format-lint-action@v0.11 + uses: DoozyX/clang-format-lint-action@v0.13 with: source: './src' extensions: 'h,c' - clangFormatVersion: 11 + clangFormatVersion: 12.0.0 misspell: name: Check misspellings