From 6737688265cc70b7d1cd02857aaf422ebe505dbd Mon Sep 17 00:00:00 2001 From: Laurent Pugin Date: Mon, 10 Jan 2022 14:19:27 +0100 Subject: [PATCH] Update clang-format GH action package --- .github/workflows/clang-format-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index a2c62b746e3..d14f41c3ca2 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++ programs. - uses: jidicula/clang-format-action@v3.4.0 + uses: jidicula/clang-format-action@v4.4.1 with: clang-format-version: "11" check-path: ${{ matrix.path['check'] }}