Skip to content

Commit

Permalink
chore(deps): bump peter-evans/create-pull-request from 5 to 6 (#1169)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 31, 2024
1 parent 9848bbf commit ba7e35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.PRISMA_CLI_AWS_SECRET_ACCESS_KEY }}
- name: Create Pull Request
id: pr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
title: 'chore(prisma): upgrade prisma to v${{ steps.publish.outputs.PRISMA_VERSION }}'
body: 'Upgrade prisma to `v${{ steps.publish.outputs.PRISMA_VERSION }}` with engine hash `${{ steps.publish.outputs.PRISMA_HASH }}`.'
Expand Down

0 comments on commit ba7e35d

Please sign in to comment.