diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1f8c1725..6bbccb8d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: inplace: True - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: '[MISC] Format code' committer: GitHub