Skip to content

Commit

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

Bump peter-evans/create-pull-request from 6.0.2 to 6.0.5
  • Loading branch information
vroldanbet authored May 2, 2024
2 parents e2c890d + d5351cf commit 14b5751
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@v6.0.2
uses: peter-evans/create-pull-request@v6.0.5
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@v6.0.2
uses: peter-evans/create-pull-request@v6.0.5
if: steps.buf-update.outputs.updated == 'true'
with:
delete-branch: "true"
Expand Down

0 comments on commit 14b5751

Please sign in to comment.