Skip to content

Commit

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

build(deps): bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 in the github-actions group
  • Loading branch information
vroldanbet authored Jul 1, 2024
2 parents 360bc57 + b60a52f commit 04a3cc5
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 @@ -51,7 +51,7 @@ jobs:
run: |
./buf.gen.yaml
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6.0.5
uses: peter-evans/create-pull-request@v6.1.0
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 @@ -55,7 +55,7 @@ jobs:
run: |
./buf.gen.yaml
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6.0.5
uses: peter-evans/create-pull-request@v6.1.0
if: steps.buf-update.outputs.updated == 'true'
with:
delete-branch: "true"
Expand Down

0 comments on commit 04a3cc5

Please sign in to comment.