Skip to content

Commit bb113d2

Browse files
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](EndBug/add-and-commit@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] <support@github.com>
1 parent c9bdb42 commit bb113d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
new_string="__version__ = \"$raw_new_version\""
2525
sed -i "s/^__version__ = .*/$new_string/" meilisearch/version.py
2626
- name: Commit and push the changes to the ${{ env.NEW_BRANCH }} branch
27-
uses: EndBug/add-and-commit@v9
27+
uses: EndBug/add-and-commit@v10
2828
with:
2929
message: "Update version for the next release (${{ env.NEW_VERSION }}) in version.py"
3030
new_branch: ${{ env.NEW_BRANCH }}

0 commit comments

Comments
 (0)