diff --git a/.github/workflows/update-tooling.yml b/.github/workflows/update-tooling.yml index 7658b440a69..205687b0bba 100644 --- a/.github/workflows/update-tooling.yml +++ b/.github/workflows/update-tooling.yml @@ -106,7 +106,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@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 with: token: ${{ secrets.CFT_ROBOT_PAT }} commit-message: Update tools to ${{env.NEW_IMG_VERSION}}