From f86f4499836b80db90df200ad2715d27708e04e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 13:41:56 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 11.0.0 to 11.1.1 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 11.0.0 to 11.1.1. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v11.0.0...v11.1.1) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: 11.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f4367f..90b6c37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: box task run taskfile=build/Build target=run :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ env.BUILD_ID }} :branch=${{ env.BRANCH }} - name: Commit Changelog [unreleased] with latest version - uses: EndBug/add-and-commit@v11.0.0 + uses: EndBug/add-and-commit@v11.1.1 if: env.SNAPSHOT == 'false' with: author_name: Github Actions @@ -199,7 +199,7 @@ jobs: # Commit it back to development - name: Commit Version Bump - uses: EndBug/add-and-commit@v11.0.0 + uses: EndBug/add-and-commit@v11.1.1 with: author_name: Github Actions author_email: info@ortussolutions.com