Skip to content

Commit baf8029

Browse files
authored
Merge pull request #152 from authzed/dependabot/github_actions/github-actions-966ef23209
build(deps): bump bufbuild/buf-setup-action from 1.37.0 to 1.39.0 in the github-actions group
2 parents 2b84a63 + 0279da9 commit baf8029

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
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
working-directory: ./
4444
- name: "Install buf"
45-
uses: "bufbuild/buf-setup-action@v1.37.0"
45+
uses: "bufbuild/buf-setup-action@v1.39.0"
4646
if: steps.buf-update.outputs.updated == 'true'
4747
with:
4848
version: "1.37.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
working-directory: ./
4848
- name: "Install buf"
49-
uses: "bufbuild/buf-setup-action@v1.37.0"
49+
uses: "bufbuild/buf-setup-action@v1.39.0"
5050
if: steps.buf-update.outputs.updated == 'true'
5151
with:
5252
version: "1.37.0"

0 commit comments

Comments
 (0)