Skip to content

Commit d0677a8

Browse files
authored
Merge pull request #192 from authzed/dependabot/github_actions/github-actions-29cd49f7be
build(deps): bump bufbuild/buf-setup-action from 1.48.0 to 1.50.0 in the github-actions group
2 parents 35331a6 + 5d7ee90 commit d0677a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/automatic-api-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
echo "Update status: $UPDATED_STATUS"
2929
- name: "Install buf"
30-
uses: "bufbuild/buf-setup-action@v1.48.0"
30+
uses: "bufbuild/buf-setup-action@v1.50.0"
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
if: steps.buf-update.outputs.updated == 'true'

.github/workflows/manual-api-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
echo "Update status: $UPDATED_STATUS"
3030
- name: "Install buf"
31-
uses: "bufbuild/buf-setup-action@v1.48.0"
31+
uses: "bufbuild/buf-setup-action@v1.50.0"
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
if: steps.buf-update.outputs.updated == 'true'

0 commit comments

Comments
 (0)