diff --git a/.github/workflows/update-lifecycle.yml b/.github/workflows/update-lifecycle.yml index 128a4184..951291ad 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.0.1 + uses: peter-evans/create-pull-request@v6.0.2 with: token: ${{ steps.generate-token.outputs.app_token }} title: Update lifecycle from v${{ steps.existing-version.outputs.version }} to v${{ steps.latest-version.outputs.version }}