diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/clang-format-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clang-format-lint.yml b/.github/workflows/clang-format-lint.yml index 8bd4275..b6d515c 100644 --- a/.github/workflows/clang-format-lint.yml +++ b/.github/workflows/clang-format-lint.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: DoozyX/clang-format-lint-action@v0.9 + - uses: DoozyX/clang-format-lint-action@v0.11 with: source: "./app" extensions: "h,c" |