diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index fc72a70..36db8ac 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,7 +22,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: python generate-versions-manifest.py - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: branch: update-versions-manifest delete-branch: true