From 63a4a3282b9214b73f54a7ee214752a3b3ab7693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 06:07:08 +0000 Subject: [PATCH] deps[ci]: bump EndBug/add-and-commit from 9 to 10 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 9 to 10. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9...v10) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: '10' 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 7e09d00..e975095 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -32,7 +32,7 @@ jobs: git_commit_gpgsign: true - name: Push new commit if: ${{ github.event_name == 'workflow_dispatch' }} - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: commit: -S message: 'chore: update changelog from manually invoked CI' @@ -40,7 +40,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Override HEAD commit if: ${{ github.event_name != 'workflow_dispatch' }} - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 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 e6a7f83..187131e 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@v9 + uses: EndBug/add-and-commit@v10 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@v9 + uses: EndBug/add-and-commit@v10 with: commit: -S --amend --no-edit --no-reset-author message: ${{ github.event.head_commit.message }}