From 4e2bc693efb8167ae75998ea8e077f0d1ef94614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 07:54:08 +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/release.yml | 2 +- .github/workflows/update-documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b0ee09..1b1e43f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - name: Commit changes to version id: commit-changes - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: push: true message: Update version diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index dc18da0..7f31917 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -30,7 +30,7 @@ jobs: run: pixi run devtools_document - name: Commit changes to documentation - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: push: true message: Update documentation