diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index aabb268..a609128 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++ programs. - uses: jidicula/clang-format-action@v4.12.0 + uses: jidicula/clang-format-action@v4.13.0 with: check-path: ${{ matrix.path['check'] }} exclude-regex: ${{ matrix.path['exclude'] }}