From 4a9953dcb12d0a3fb8bf8310a47acda621933951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 07:44:40 +0000 Subject: [PATCH] BACKPORT-CONFLICT --- .github/workflows/bump-modules.yml | 4 ++++ .github/workflows/update-targets.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/bump-modules.yml b/.github/workflows/bump-modules.yml index dc0696d..75cd108 100644 --- a/.github/workflows/bump-modules.yml +++ b/.github/workflows/bump-modules.yml @@ -39,7 +39,11 @@ jobs: - name: Create Pull Request id: cpr +<<<<<<< HEAD uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 +======= + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 +>>>>>>> 574a0bb (build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6) with: token: ${{ steps.app-token.outputs.token }} title: '[${{ github.ref_name }}] update modules' diff --git a/.github/workflows/update-targets.yml b/.github/workflows/update-targets.yml index 0526e68..2caffde 100644 --- a/.github/workflows/update-targets.yml +++ b/.github/workflows/update-targets.yml @@ -46,7 +46,11 @@ jobs: echo "names=$(git diff --color=always|perl -wlne 'print $1 if /^\e\[32m\+\e\[m\e\[32m(.*)\e\[m$/' | tr '\n' ' ')" >> $GITHUB_OUTPUT - name: Create Pull Request +<<<<<<< HEAD uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 +======= + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 +>>>>>>> 574a0bb (build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6) with: token: ${{ steps.app-token.outputs.token }} title: '[${{ github.ref_name }}] Add targets ${{ steps.new-targets.outputs.names }}'