From c36c43f233e477935334fec5fb2a0a3057842672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 12:33:30 +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/prerelease.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/release_bug_fix.yml | 2 +- .github/workflows/update-release-with-small-changes.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 1e693dfd..679fd2a5 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -78,7 +78,7 @@ jobs: shell: Rscript {0} - name: Commit changes of tex file version and html in docs folder to repo - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: 'update tex file version and html in docs' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20c7b668..f0998504 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: # Commit tex and html changes - name: Commit changes of tex file version and html in docs folder to repo - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: 'update tex file version and html in docs' diff --git a/.github/workflows/release_bug_fix.yml b/.github/workflows/release_bug_fix.yml index 291fedea..795b5046 100644 --- a/.github/workflows/release_bug_fix.yml +++ b/.github/workflows/release_bug_fix.yml @@ -104,7 +104,7 @@ jobs: # Commit tex and html changes - name: Commit changes of tex file version and html in docs folder to repo - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: 'update tex file version and html in docs' diff --git a/.github/workflows/update-release-with-small-changes.yml b/.github/workflows/update-release-with-small-changes.yml index 4984b1f3..0354717b 100644 --- a/.github/workflows/update-release-with-small-changes.yml +++ b/.github/workflows/update-release-with-small-changes.yml @@ -66,7 +66,7 @@ jobs: # Commit tex and html changes - name: Commit changes of tex file version and html in docs folder to repo - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: 'update html in docs with recent changes'