diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 185cafbb..943d2172 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@4726374d1aa3c6aecf132e5197e498979588ebc8 # v4.15.0 + uses: jidicula/clang-format-action@6cd220de46c89139a0365edae93eee8eb30ca8fe # v4.16.0 with: clang-format-version: '13' check-path: ${{ matrix.path }}