From 0279da94e672d7fae4d324d299044a00265a121b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 08:00:29 +0000 Subject: [PATCH] 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](https://github.com/bufbuild/buf-setup-action/compare/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] --- .github/workflows/automatic-api-update.yaml | 2 +- .github/workflows/manual-api-update.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index f82899b..0db96bc 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -42,7 +42,7 @@ jobs: with: working-directory: ./ - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.37.0" + uses: "bufbuild/buf-setup-action@v1.39.0" if: steps.buf-update.outputs.updated == 'true' with: version: "1.37.0" diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index aa669e2..e76d0a4 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -46,7 +46,7 @@ jobs: with: working-directory: ./ - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.37.0" + uses: "bufbuild/buf-setup-action@v1.39.0" if: steps.buf-update.outputs.updated == 'true' with: version: "1.37.0"