From f7f2d81b0944b764d7d4b45cf8c592a7f0e40fd5 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Fri, 2 Aug 2024 20:23:31 -0400 Subject: [PATCH] CI: Upgrade GitHub Actions imports in clang-format.yml --- .github/workflows/clang-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index eb9d0f9339..dee9122b14 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -24,9 +24,9 @@ jobs: - check: "libclambcc" exclude: "" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++ programs. - uses: jidicula/clang-format-action@v4.4.1 + uses: jidicula/clang-format-action@v4.13.0 with: clang-format-version: "16" check-path: ${{ matrix.path['check'] }}