diff --git a/.github/workflows/github_actions_build.yml b/.github/workflows/github_actions_build.yml index 0e1276e0..e40912ec 100644 --- a/.github/workflows/github_actions_build.yml +++ b/.github/workflows/github_actions_build.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@master - - uses: DoozyX/clang-format-lint-action@v0.17 + - uses: DoozyX/clang-format-lint-action@v0.18 with: source: '.' exclude: './third_party'