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 }}