Skip to content

Commit

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

build(deps): bump bufbuild/buf-setup-action from 1.45.0 to 1.46.0 in the github-actions group
  • Loading branch information
vroldanbet authored Nov 4, 2024
2 parents 17f77ce + 3cc5e77 commit 40158eb
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 @@ -43,7 +43,7 @@ jobs:
useLockFile: false
working-directory: ./
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1.45.0"
uses: "bufbuild/buf-setup-action@v1.46.0"
if: steps.buf-update.outputs.updated == 'true'
with:
version: "1.37.0"
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 @@ -47,7 +47,7 @@ jobs:
useLockFile: false
working-directory: ./
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1.45.0"
uses: "bufbuild/buf-setup-action@v1.46.0"
if: steps.buf-update.outputs.updated == 'true'
with:
version: "1.37.0"
Expand Down

0 comments on commit 40158eb

Please sign in to comment.