diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c0a8cbbc9..86de9a17d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Run clang-format style check for C/C++ - uses: jidicula/clang-format-action@v4.15.0 + uses: jidicula/clang-format-action@v4.16.0 with: clang-format-version: '17' check-path: 'src'