From 8907bcc9bf1fe6c2d428da139a7baffe85ea81b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 10:08:49 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 9 to 10 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 9 to 10. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9...v10) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73cde3d..ff6f98f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,7 +136,7 @@ jobs: sed -i -E -e 's/karacteristics(:|\/)[0-9]+\.[0-9]+\.[0-9]+/karacteristics\1${{ needs.version.outputs.RELEASE_VERSION }}/g' README.md - name: Commit next dev version id: commit_next_dev - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: add: "['gradle.properties', 'README.md']" default_author: github_actions