From a070afa4ca6824ea69323467eeb6bb789cfe0c14 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Thu, 14 Mar 2024 17:59:20 +0100 Subject: [PATCH] CI: Upgrade clang-format-check action v3.3.0 -> v4.11.0 Fixes always-failing workflow --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index a5d55dd..dd98535 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -20,7 +20,7 @@ jobs: shell: bash - name: Check code formatting - uses: jidicula/clang-format-action@v3.3.0 + uses: jidicula/clang-format-action@v4.11.0 with: clang-format-version: '10' check-path: '.'