diff --git a/.github/workflows/auto-clang-format.yml b/.github/workflows/auto-clang-format.yml index 26fdc42..d258959 100644 --- a/.github/workflows/auto-clang-format.yml +++ b/.github/workflows/auto-clang-format.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DoozyX/clang-format-lint-action@v0.18.2 + - uses: DoozyX/clang-format-lint-action@v0.20 with: source: '.' exclude: './third_party ./external'