Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v5 (#18630
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 24, 2023
1 parent 3a9d6fa commit 308b9e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-engines-version.yml
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Create Pull Request
id: cpr
if: github.event.inputs.npmDistTag == 'latest'
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.BOT_TOKEN }}
commit-message: 'chore(deps): update engines to ${{ github.event.inputs.version }}'
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Create Pull Request for Integration Engine
id: cpr-integration
if: github.event.inputs.npmDistTag == 'integration'
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.BOT_TOKEN }}
commit-message: 'chore(deps): update engines to ${{ github.event.inputs.version }}'
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Create Pull Request for Patch Engine
id: cpr-patch
if: github.event.inputs.npmDistTag == 'patch'
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.BOT_TOKEN }}
commit-message: 'chore(deps): update engines to ${{ github.event.inputs.version }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-studio-version.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.BOT_TOKEN }}
commit-message: 'chore(deps): update studio to ${{ github.event.inputs.version }}'
Expand Down

0 comments on commit 308b9e2

Please sign in to comment.