diff --git a/.github/workflows/update-hardware-list.yml b/.github/workflows/update-hardware-list.yml index 0a755789f..15dfa7f5e 100644 --- a/.github/workflows/update-hardware-list.yml +++ b/.github/workflows/update-hardware-list.yml @@ -61,7 +61,7 @@ jobs: - name: Create Pull Request if: steps.fetch-data.outputs.has_changes == 'true' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore: update device hardware list from Meshtastic API"