From 3d45a6b908918ef5318bad1001c48aafed1a875c Mon Sep 17 00:00:00 2001 From: Nickolay Olshevsky Date: Wed, 4 Sep 2024 15:51:07 +0300 Subject: [PATCH] CI: Update clang-format action to v0.18.2 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index efc1654296..ffa1b1c904 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 1 submodules: true - - uses: DoozyX/clang-format-lint-action@v0.15 + - uses: DoozyX/clang-format-lint-action@v0.18.2 with: clangFormatVersion: 11.0.0 shellcheck: