diff --git a/.github/workflows/update-lifecycle.yml b/.github/workflows/update-lifecycle.yml index 94517c55..706b72c4 100644 --- a/.github/workflows/update-lifecycle.yml +++ b/.github/workflows/update-lifecycle.yml @@ -48,7 +48,7 @@ jobs: # Note: This step will skip creating a PR if there are no changes to commit. - name: Create or update pull request id: pr - uses: peter-evans/create-pull-request@v6.1.0 + uses: peter-evans/create-pull-request@v7.0.5 with: token: ${{ steps.generate-token.outputs.token }} title: Update lifecycle from v${{ steps.existing-version.outputs.version }} to v${{ steps.latest-version.outputs.version }}