diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 57c2289..5afc6c9 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -50,7 +50,7 @@ jobs: branch: lint/style-fixes-${{ github.run_id }} create_branch: true - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} title: "style: auto format fixes"