From 554e816c26f7bd7937d831a9556802fde6f1c605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 05:13:24 +0000 Subject: [PATCH] Bump bufbuild/buf-setup-action in /.github/workflows Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.46.0 to 1.47.2. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/5d38b66514ec5b6b7b753e133245555ea664d0ac...9672cee01808979ea1249f81d6d321217b9a10f6) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/buf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buf.yml b/.github/workflows/buf.yml index 1e74cc9ab..2cf4c4696 100644 --- a/.github/workflows/buf.yml +++ b/.github/workflows/buf.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2 - name: Setup buf - uses: bufbuild/buf-setup-action@5d38b66514ec5b6b7b753e133245555ea664d0ac # tag=v1.46.0 + uses: bufbuild/buf-setup-action@9672cee01808979ea1249f81d6d321217b9a10f6 # tag=v1.47.2 with: github_token: ${{ github.token }} - name: Lint Protobuf