From 244ca899184bbe851530ed6ed9ecddc5da3d6af5 Mon Sep 17 00:00:00 2001 From: Slobodan Kletnikov Date: Thu, 8 Aug 2024 07:21:53 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'