From 71f6e041146cb8ee2a480345bf20e474d8690b44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 00:26:37 +0000 Subject: [PATCH] chore(deps): update endbug/add-and-commit action to v11 --- .github/workflows/auto-clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-clang-format.yml b/.github/workflows/auto-clang-format.yml index 26fdc42..9615393 100644 --- a/.github/workflows/auto-clang-format.yml +++ b/.github/workflows/auto-clang-format.yml @@ -14,7 +14,7 @@ jobs: extensions: 'h,cpp,hpp' clangFormatVersion: 16 inplace: True - - uses: EndBug/add-and-commit@v9 + - uses: EndBug/add-and-commit@v11 with: author_name: Clang Robot author_email: robot@example.com