diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 952e5e4c9621..2df6bb23e6bd 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -45,7 +45,7 @@ jobs: git push origin "auto-pr-branch" || echo "Branch already exists" - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} branch: "auto-pr-branch"