From de5f92495700f00f0eb6b3bc625e2d88f5521a39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 21:38:57 +0000 Subject: [PATCH] Bump Endbug/add-and-commit from 9 to 10 Bumps [Endbug/add-and-commit](https://github.com/endbug/add-and-commit) from 9 to 10. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9...v10) --- updated-dependencies: - dependency-name: Endbug/add-and-commit dependency-version: '10' 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 6652bf4..022dd2e 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@v9 + uses: Endbug/add-and-commit@v10 with: default_author: github_actions message: 'Auto Format' diff --git a/.github/workflows/modernize.yml b/.github/workflows/modernize.yml index b4b4bba..5ef549d 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@v9 + uses: Endbug/add-and-commit@v10 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@v9 + uses: Endbug/add-and-commit@v10 with: default_author: github_actions message: 'Auto Clang Tidy Fix'