From bb113d211c4db84a5c633debaf4de40e6c6ddfd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:02:33 +0000 Subject: [PATCH] build(deps): 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/update-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index a01d73a7..718a11ec 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -24,7 +24,7 @@ jobs: new_string="__version__ = \"$raw_new_version\"" sed -i "s/^__version__ = .*/$new_string/" meilisearch/version.py - name: Commit and push the changes to the ${{ env.NEW_BRANCH }} branch - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: message: "Update version for the next release (${{ env.NEW_VERSION }}) in version.py" new_branch: ${{ env.NEW_BRANCH }}