From d92beba087c8e6a6df9f590cc49f1140e981058e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 11:23:40 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 10 to 11 in the all-actions group Bumps the all-actions group with 1 update: [EndBug/add-and-commit](https://github.com/endbug/add-and-commit). Updates `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 dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release.yml | 2 +- .github/workflows/update-dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index fdf4866..613b922 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -189,7 +189,7 @@ jobs: rm build.zip - name: Add & Commit - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: # The arguments for the `git add` command (see the paragraph below for more info) # Default: '.' diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index d180502..06a3f81 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -56,7 +56,7 @@ jobs: echo "packages_changed=$HasPackageDiff" >> $env:GITHUB_OUTPUT - name: Add & Commit - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 if: ${{ steps.changes.outputs.packages_changed }} with: # The arguments for the `git add` command (see the paragraph below for more info)