diff --git a/.github/workflows/check-style.yml b/.github/workflows/check-style.yml index 25f2fd57..bc98a440 100644 --- a/.github/workflows/check-style.yml +++ b/.github/workflows/check-style.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format style check - uses: jidicula/clang-format-action@v4.11.0 + uses: jidicula/clang-format-action@v4.15.0 with: clang-format-version: '16' check-path: ext