From 2dfbd3b5ae38268bba4456102ab958727eeaab9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 01:02:51 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 10 to 11 Bumps [EndBug/add-and-commit](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/reduce_readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reduce_readme.yml b/.github/workflows/reduce_readme.yml index 81401d7c72..02bef2837a 100644 --- a/.github/workflows/reduce_readme.yml +++ b/.github/workflows/reduce_readme.yml @@ -44,6 +44,6 @@ jobs: #Reduce root README asciidoctor-reducer --preserve-conditionals -o README.adoc README-source.adoc - name: Commit and Push README - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: add: '*.adoc'