We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a64b8 commit 57766c9Copy full SHA for 57766c9
.github/workflows/update-lifecycle.yml
@@ -48,7 +48,7 @@ jobs:
48
# Note: This step will skip creating a PR if there are no changes to commit.
49
- name: Create or update pull request
50
id: pr
51
- uses: peter-evans/create-pull-request@v5.0.2
+ uses: peter-evans/create-pull-request@v6.0.0
52
with:
53
token: ${{ steps.generate-token.outputs.app_token }}
54
title: Update lifecycle from v${{ steps.existing-version.outputs.version }} to v${{ steps.latest-version.outputs.version }}
0 commit comments