From 7011f96a4349afb68be2a290a077306905858339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 06:37:37 +0000 Subject: [PATCH] deps[ci]: 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/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7cf0c394..b2c0f0e7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -756,7 +756,7 @@ jobs: git_commit_gpgsign: true - name: Push new commit if: ${{ github.event_name == 'workflow_dispatch' }} - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: commit: -S message: 'chore: update decancer from manually invoked CI' @@ -764,7 +764,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Override HEAD commit if: ${{ github.event_name != 'workflow_dispatch' }} - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: commit: -S --amend --no-edit --no-reset-author message: ${{ github.event.head_commit.message }}