From 1210ef99e5fbde45e2f2d13c7289460d552109bd Mon Sep 17 00:00:00 2001 From: HedgehogInTheCPP Date: Mon, 17 Aug 2026 23:44:25 +0300 Subject: [PATCH] Update clang-format action to version 4.19.0: lint unfck. --- .github/workflows/lint_and_format_check.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint_and_format_check.yml b/.github/workflows/lint_and_format_check.yml index d307cd7..9ca5a1c 100644 --- a/.github/workflows/lint_and_format_check.yml +++ b/.github/workflows/lint_and_format_check.yml @@ -27,7 +27,6 @@ jobs: - uses: actions/checkout@e8d4307400f9427dba7cb98e488d6ab85f1cec5f # v4.1.7 - name: Run clang-format - uses: jidicula/clang-format-action@654a770daa28443dd111d133e4083e21c1075674 # v4.18.0 + uses: jidicula/clang-format-action@v4.19.0 with: - clang-format-version: '17' - + clang-format-version: '18'