Skip to content

Commit 0279da9

Browse files
build(deps): bump bufbuild/buf-setup-action in the github-actions group
Bumps the github-actions group with 1 update: [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action). Updates `bufbuild/buf-setup-action` from 1.37.0 to 1.39.0 - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.37.0...v1.39.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b84a63 commit 0279da9

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)