Skip to content

Commit 25ce7e5

Browse files
Merge pull request #2594 from Azure/dependabot/github_actions/peter-evans/create-pull-request-4.1.3
Bump peter-evans/create-pull-request from 3.12.1 to 4.1.3
2 parents f172b9e + 591146a commit 25ce7e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-schemas-batch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
working-directory: workflow-temp/azure-rest-api-specs
198198

199199
- name: Create Pull Request
200-
uses: peter-evans/create-pull-request@v3.12.1
200+
uses: peter-evans/create-pull-request@v4.1.3
201201
with:
202202
committer: GitHub <[email protected]>
203203
author: ${{ env.AUTHOR }} <${{ env.AUTHOR_EMAIL }}>

.github/workflows/generate-schemas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
working-directory: workflow-temp/azure-rest-api-specs
5050

5151
- name: Create Pull Request
52-
uses: peter-evans/create-pull-request@v3.10.1
52+
uses: peter-evans/create-pull-request@v4.1.3
5353
with:
5454
committer: GitHub <[email protected]>
5555
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>

0 commit comments

Comments
 (0)