Skip to content

Commit

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

build(deps): bump bufbuild/buf-setup-action from 1.48.0 to 1.50.0 in the github-actions group
  • Loading branch information
tstirrat15 authored Feb 2, 2025
2 parents 35331a6 + 5d7ee90 commit d0677a8
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 @@ -27,7 +27,7 @@ jobs:
run: |
echo "Update status: $UPDATED_STATUS"
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1.48.0"
uses: "bufbuild/buf-setup-action@v1.50.0"
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
if: steps.buf-update.outputs.updated == '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 @@ -28,7 +28,7 @@ jobs:
run: |
echo "Update status: $UPDATED_STATUS"
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1.48.0"
uses: "bufbuild/buf-setup-action@v1.50.0"
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
if: steps.buf-update.outputs.updated == 'true'
Expand Down

0 comments on commit d0677a8

Please sign in to comment.