diff --git a/.github/workflows/ipxe_version.yaml b/.github/workflows/ipxe_version.yaml index 7b6bb15..9370a9d 100644 --- a/.github/workflows/ipxe_version.yaml +++ b/.github/workflows/ipxe_version.yaml @@ -22,7 +22,7 @@ jobs: sed -Ei 's/(IPXE_REF=)[0-9a-f]{40}/\1${{ steps.version.outputs.sha }}/' .goreleaser.yaml - name: Create pull request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: title: ':arrow_up: Bump ipxe/ipxe' body: 'https://github.com/ipxe/ipxe/commits/${{ steps.version.outputs.sha }}'