Skip to content

Commit 40158eb

Browse files
authored
Merge pull request #174 from authzed/dependabot/github_actions/github-actions-6c46aa9ebd
build(deps): bump bufbuild/buf-setup-action from 1.45.0 to 1.46.0 in the github-actions group
2 parents 17f77ce + 3cc5e77 commit 40158eb

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
@@ -43,7 +43,7 @@ jobs:
4343
useLockFile: false
4444
working-directory: ./
4545
- name: "Install buf"
46-
uses: "bufbuild/buf-setup-action@v1.45.0"
46+
uses: "bufbuild/buf-setup-action@v1.46.0"
4747
if: steps.buf-update.outputs.updated == 'true'
4848
with:
4949
version: "1.37.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
useLockFile: false
4848
working-directory: ./
4949
- name: "Install buf"
50-
uses: "bufbuild/buf-setup-action@v1.45.0"
50+
uses: "bufbuild/buf-setup-action@v1.46.0"
5151
if: steps.buf-update.outputs.updated == 'true'
5252
with:
5353
version: "1.37.0"

0 commit comments

Comments
 (0)