diff --git a/.github/workflows/cpp-clang-format-lint.yml b/.github/workflows/cpp-clang-format-lint.yml index cc42ea10b04..b0b87f9eaaa 100644 --- a/.github/workflows/cpp-clang-format-lint.yml +++ b/.github/workflows/cpp-clang-format-lint.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v3 - name: Clang format lint - uses: DoozyX/clang-format-lint-action@v0.14 + uses: DoozyX/clang-format-lint-action@v0.15 with: source: './src' extensions: 'cpp,h,m,mm'