diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index 747d0bc93d..9a687108ce 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v4 - - uses: DoozyX/clang-format-lint-action@v0.17 + - uses: DoozyX/clang-format-lint-action@v0.18 with: source: '.' exclude: './third_party'