Skip to content

Commit

Permalink
Upgrade gha create-pull-request to v6 (#19724)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh authored May 10, 2024
1 parent 410db7f commit 3ac4d42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Create Pull Request for Gateway Plugin
id: create-gateway-pr
if: ${{ contains(inputs.pluginId, 'gateway-plugin') && steps.latest-version.outputs.result != steps.current-version.outputs.result }}
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
title: "[JetBrains] Update Platform Version from ${{ inputs.pluginName }}"
body: |
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Create Pull Request for Backend Plugin
id: create-backend-pr
if: ${{ contains(inputs.pluginId, 'backend-plugin') && steps.latest-version.outputs.result != steps.current-version.outputs.result }}
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
title: "[JetBrains] Update Platform Version from ${{ inputs.pluginName }}"
body: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jetbrains-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fi
- name: Create Pull Request
if: ${{steps.changes.outputs.dirty}}
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
title: "[JetBrains] Update IDE images to new build version"
body: |
Expand Down

0 comments on commit 3ac4d42

Please sign in to comment.