diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 2ef3d89..fc72a70 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@v5 + uses: peter-evans/create-pull-request@v6 with: branch: update-versions-manifest delete-branch: true