From cdb6c16a36d53c953a983b3220504d5c07f8cb1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 11:24:03 +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 b2f2374..6ce5162 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -175,7 +175,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 54c467b..dbd2ba2 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)