diff --git a/.github/workflows/check-proto-updates.yml b/.github/workflows/check-proto-updates.yml index 75d31c2..42118aa 100644 --- a/.github/workflows/check-proto-updates.yml +++ b/.github/workflows/check-proto-updates.yml @@ -89,7 +89,7 @@ jobs: - name: Create PR if changes detected if: steps.compare.outputs.changes_detected == 'true' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update ESPHome proto files'