From eaffea3ff2d91ffb8f459fb19a2e16c8b1125618 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 10 Sep 2024 23:35:02 +0200 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 (#2588) --- .github/workflows/update-tooling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-tooling.yml b/.github/workflows/update-tooling.yml index 25b737f4038..a1bddbf4cf6 100644 --- a/.github/workflows/update-tooling.yml +++ b/.github/workflows/update-tooling.yml @@ -111,7 +111,7 @@ jobs: git diff-index --quiet HEAD || git commit -m "chore: Update Tools to ${{env.NEW_IMG_VERSION}}" - name: Create Pull Request if: env.BUMP_IMG == 'true' - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 # v7.0.0 with: token: ${{ secrets.CFT_ROBOT_PAT }} commit-message: Update tools to ${{env.NEW_IMG_VERSION}}