From fbe9a1ad7d98f8844dc84411b5e1dca90ed17ec9 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Thu, 28 Dec 2023 11:49:51 +0200 Subject: [PATCH] Update README.md Change clang-format-lint-action version to 0.17 in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90fe5e0..da449e8 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: DoozyX/clang-format-lint-action@v0.14 + - uses: DoozyX/clang-format-lint-action@v0.17 with: source: '.' exclude: './third_party ./external'