diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 879d9b24..7522baf4 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -44,7 +44,7 @@ jobs: run: nox -s update_python_dependencies - name: Create Pull Request if: github.ref == 'refs/heads/main' && github.repository == 'pypa/manylinux' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: Update python dependencies title: '[Bot] Update dependencies'