From cf9e81276ef584d48b508209aa92173d8614fece 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.1 --- .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..a15eb9702f 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.1 with: clangFormatVersion: 11.0.0 shellcheck: