From f06d6b45d7014459301fb03c45820e15bf62ee8b Mon Sep 17 00:00:00 2001 From: Victor Nogueira Date: Thu, 28 Jul 2022 14:20:44 +0300 Subject: [PATCH] Update 'create-pull-request' GitHub Action to v4 Because `team-reviewers` is not being set when using v3. --- .github/workflows/jetbrains-updates-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jetbrains-updates-template.yml b/.github/workflows/jetbrains-updates-template.yml index 15b254618f4204..4507ecc8696cff 100644 --- a/.github/workflows/jetbrains-updates-template.yml +++ b/.github/workflows/jetbrains-updates-template.yml @@ -54,7 +54,7 @@ jobs: git diff - name: Create Pull Request if: steps.latest-release.outputs.result != steps.used-release.outputs.result - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: title: "[${{ inputs.productId }}] Update IDE image to build version ${{ steps.latest-release.outputs.version }}" body: |