From 496c81ec38c6b00221730d6aa46a09a01040e2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=BF=A4=EB=8D=B0=EB=9D=BC=5F=EC=98=A4=EC=A7=80=EC=9A=B0?= Date: Fri, 15 Dec 2023 14:15:27 +0900 Subject: [PATCH] clang-format.yml version change --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 2451056..af62a10 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++ programs. - uses: jidicula/clang-format-action@v4.4.1 + uses: jidicula/clang-format-action@v4.11.0 with: clang-format-version: '13' check-path: 'IsoLib/libisomediafile'