diff --git a/README.md b/README.md index dc42e2d..195a02f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: DoozyX/clang-format-lint-action@v0.16.2 + - uses: DoozyX/clang-format-lint-action@v0.18 with: source: '.' exclude: './lib' @@ -93,7 +93,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: DoozyX/clang-format-lint-action@v0.17 + - uses: DoozyX/clang-format-lint-action@v0.18 with: source: '.' exclude: './third_party ./external'