diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 4e7a2e087..64a5a6423 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format - uses: jidicula/clang-format-action@v4.11.0 + uses: jidicula/clang-format-action@v4.12.0 with: clang-format-version: '16' check-path: ${{ matrix.path }}