From 3d020e64aa03d17f67b5fd07a94e3b3bae062b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 14:23:53 +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 - [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 a73fe08..1c7a3e7 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -144,7 +144,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)