diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 3d03395c46a..8676fec4235 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -70,7 +70,7 @@ jobs: Execute the release notes generation process using the information provided. - name: 'Create Pull Request' - uses: 'peter-evans/create-pull-request@v6' + uses: 'peter-evans/create-pull-request@v8' with: token: '${{ secrets.GEMINI_CLI_ROBOT_GITHUB_PAT }}' commit-message: 'docs(changelog): update for ${{ steps.release_info.outputs.VERSION }}'