From 86853e28fd3e330faf36a67917bcd27249891e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 06:07:20 +0000 Subject: [PATCH] deps[ci]: 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/changelog.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index c2f8cbb..29fd6f3 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -33,7 +33,7 @@ jobs: git_commit_gpgsign: true - name: Push new commit if: ${{ github.event_name == 'workflow_dispatch' }} - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: commit: -S message: 'chore: update changelog from manually invoked CI' @@ -41,7 +41,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Override HEAD commit if: ${{ github.event_name != 'workflow_dispatch' }} - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: commit: -S --amend --no-edit --no-reset-author message: ${{ github.event.head_commit.message }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff794e9..9316f59 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -74,7 +74,7 @@ jobs: git_commit_gpgsign: true - name: Push new commit if: ${{ github.event_name == 'workflow_dispatch' && matrix.python-version == 3.14 }} - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: commit: -S message: 'chore: update python-weather from manually invoked CI' @@ -82,7 +82,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Override HEAD commit if: ${{ github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' && matrix.python-version == 3.14 }} - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: commit: -S --amend --no-edit --no-reset-author message: ${{ github.event.head_commit.message }}