From bd70b8db42b416893bad8079af4791df69add46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 09:43:31 +0000 Subject: [PATCH] Bump Endbug/add-and-commit from 10 to 11 Bumps [Endbug/add-and-commit](https://github.com/endbug/add-and-commit) from 10 to 11. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v10...v11) --- updated-dependencies: - dependency-name: Endbug/add-and-commit dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/formatter.yml | 2 +- .github/workflows/modernize.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/formatter.yml b/.github/workflows/formatter.yml index 8a785c0..774c34e 100644 --- a/.github/workflows/formatter.yml +++ b/.github/workflows/formatter.yml @@ -24,7 +24,7 @@ jobs: if [ -n "$CPP_SRC_FILES" ]; then clang-format --style=Google -i $CPP_SRC_FILES; fi; - name: Commit changes - uses: Endbug/add-and-commit@v10 + uses: Endbug/add-and-commit@v11 with: default_author: github_actions message: 'Auto Format' diff --git a/.github/workflows/modernize.yml b/.github/workflows/modernize.yml index d8df84a..a380a32 100644 --- a/.github/workflows/modernize.yml +++ b/.github/workflows/modernize.yml @@ -24,7 +24,7 @@ jobs: if [ -n "$CPP_SRC_FILES" ]; then clang-format --style=Google -i $CPP_SRC_FILES; fi; - name: Commit changes - uses: Endbug/add-and-commit@v10 + uses: Endbug/add-and-commit@v11 with: default_author: github_actions message: 'Auto Format' @@ -64,7 +64,7 @@ jobs: run: rm -rf ${{github.workspace}}/build - name: Commit changes - uses: Endbug/add-and-commit@v10 + uses: Endbug/add-and-commit@v11 with: default_author: github_actions message: 'Auto Clang Tidy Fix'