From 2bb6cfe47b911156d83a680c756471fddd93c65c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:05:12 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from 6 to 7 (#287) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Kilmer --- .github/workflows/update_head.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_head.yml b/.github/workflows/update_head.yml index b109ce1..05e7c38 100644 --- a/.github/workflows/update_head.yml +++ b/.github/workflows/update_head.yml @@ -36,7 +36,7 @@ jobs: - name: Create PR if: steps.head_update.outputs.did_update - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: title: Update Ghidra HEAD to commit ${{ steps.head_update.outputs.short_sha }} commit-message: |