From 0fd6abbf6a5d3b3eb65c733c3a4a8c3c8c3fa246 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 27 Jun 2024 00:51:52 +0200 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v6.1.0 (#2433) --- .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 5d6c8b529de..9681378790d 100644 --- a/.github/workflows/update-tooling.yml +++ b/.github/workflows/update-tooling.yml @@ -107,7 +107,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@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 with: token: ${{ secrets.CFT_ROBOT_PAT }} commit-message: Update tools to ${{env.NEW_IMG_VERSION}}