diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 9762f06a7f..d6dedeb18c 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -36,7 +36,7 @@ jobs: tag_name=${{ steps.draft.outputs.tag_name }} echo "${{ steps.draft.outputs.body }}" > docs/release_notes/${tag_name:1}.md - name: Upsert pull request - uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e #v6.0.2 + uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e #v6.0.5 with: token: ${{ secrets.EKSCTLBOT_TOKEN }} commit-message: Add release notes for ${{ steps.draft.outputs.tag_name }}