Skip to content

Commit

Permalink
Merge pull request #148 from authzed/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-074c21fbee

Bump peter-evans/create-pull-request from 6.0.2 to 6.0.3 in the github-actions group
  • Loading branch information
vroldanbet authored Apr 15, 2024
2 parents 577d656 + 9a8ff08 commit e98d4d9
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 @@ -74,7 +74,7 @@ jobs:
run: |
poetry lock
- name: "Create Pull Request"
uses: "peter-evans/[email protected].2"
uses: "peter-evans/[email protected].3"
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 @@ -78,7 +78,7 @@ jobs:
run: |
poetry lock
- name: "Create Pull Request"
uses: "peter-evans/[email protected].2"
uses: "peter-evans/[email protected].3"
if: "steps.buf-update.outputs.updated == 'true'"
with:
delete-branch: "true"
Expand Down

0 comments on commit e98d4d9

Please sign in to comment.