diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index 4f9be3f2b9..55d3632be1 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v3 - - uses: DoozyX/clang-format-lint-action@v0.15 + - uses: DoozyX/clang-format-lint-action@v0.16 with: source: '.' exclude: './third_party'