From f8e573d3d7acf101667a25791d1d9acb1c320501 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 17:03:36 -0500 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 (#1805) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/update-hardware-list.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"