From 1ea71cc01c77b49c7e858f66956189ae1c07b913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 01:13:20 +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/generatemo.yml | 2 +- .github/workflows/updatepot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generatemo.yml b/.github/workflows/generatemo.yml index b7a952d..2f30096 100644 --- a/.github/workflows/generatemo.yml +++ b/.github/workflows/generatemo.yml @@ -27,7 +27,7 @@ jobs: run: perl tools/update_mo.pl; - name: Commit changes - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: "Generate mo" diff --git a/.github/workflows/updatepot.yml b/.github/workflows/updatepot.yml index 2aa4dd0..8349b18 100644 --- a/.github/workflows/updatepot.yml +++ b/.github/workflows/updatepot.yml @@ -24,7 +24,7 @@ jobs: run: sh tools/extract_template.sh; - name: Commit changes - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: "Update POT"