diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 331717204..c58a54467 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -20,7 +20,7 @@ jobs: ref: main fetch-depth: 0 - run: python ./scripts/gen-changelog.py - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: title: 'docs: update CHANGELOG.md for ${{ github.ref_name }}' commit-message: 'docs: update CHANGELOG.md for ${{ github.ref_name }}'