diff --git a/.github/workflows/clang_format.yml b/.github/workflows/clang_format.yml index 6b3a9cb..b6075bb 100644 --- a/.github/workflows/clang_format.yml +++ b/.github/workflows/clang_format.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format style check - uses: jidicula/clang-format-action@v4.12.0 + uses: jidicula/clang-format-action@v4.13.0 with: clang-format-version: '16' check-path: ${{ matrix.path }}