diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index dac09010f..8f197e12a 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check - uses: jidicula/clang-format-action@v4.8.0 + uses: jidicula/clang-format-action@v4.9.0 with: - clang-format-version: '12' + clang-format-version: '13' check-path: ${{ matrix.path }}