From 5d7ee900d05da345c4e105d3c72008378e4290ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 07:45:26 +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.48.0 to 1.50.0 - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.48.0...v1.50.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 90352d8..689289d 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -27,7 +27,7 @@ jobs: run: | echo "Update status: $UPDATED_STATUS" - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.48.0" + uses: "bufbuild/buf-setup-action@v1.50.0" with: github_token: ${{ secrets.GITHUB_TOKEN }} if: steps.buf-update.outputs.updated == 'true' diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index 2bd86fb..169b5c4 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -28,7 +28,7 @@ jobs: run: | echo "Update status: $UPDATED_STATUS" - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.48.0" + uses: "bufbuild/buf-setup-action@v1.50.0" with: github_token: ${{ secrets.GITHUB_TOKEN }} if: steps.buf-update.outputs.updated == 'true'