Skip to content

Commit

Permalink
Merge pull request #2594 from Azure/dependabot/github_actions/peter-e…
Browse files Browse the repository at this point in the history
…vans/create-pull-request-4.1.3

Bump peter-evans/create-pull-request from 3.12.1 to 4.1.3
  • Loading branch information
anthony-c-martin authored Oct 6, 2022
2 parents f172b9e + 591146a commit 25ce7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-schemas-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
working-directory: workflow-temp/azure-rest-api-specs

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3.12.1
uses: peter-evans/create-pull-request@v4.1.3
with:
committer: GitHub <[email protected]>
author: ${{ env.AUTHOR }} <${{ env.AUTHOR_EMAIL }}>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
working-directory: workflow-temp/azure-rest-api-specs

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

0 comments on commit 25ce7e5

Please sign in to comment.