Skip to content

Commit

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

Bump peter-evans/create-pull-request from 4.0.4 to 5.0.2
  • Loading branch information
vroldanbet authored Mar 19, 2024
2 parents 28646b0 + 8c4e244 commit 9e8aea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
version-regex: '<artifactId>authzed<\/artifactId>\s+<version>(.+)<\/version>'
version-change: minor
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4.0.4
uses: peter-evans/create-pull-request@v5.0.2
if: steps.buf-update.outputs.updated == 'true'
with:
delete-branch: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
version-regex: '<artifactId>authzed<\/artifactId>\s+<version>(.+)<\/version>'
version-change: minor
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4.0.4
uses: peter-evans/create-pull-request@v5.0.2
if: steps.buf-update.outputs.updated == 'true'
with:
delete-branch: "true"
Expand Down

0 comments on commit 9e8aea5

Please sign in to comment.