From 5df54c95ae05377c623df0a4dc6374421f53fa47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:57:24 +0000 Subject: [PATCH] Bump bufbuild/buf-setup-action from 1.34.0 to 1.35.1 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.34.0 to 1.35.1. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.34.0...v1.35.1) --- 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/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 822afa0..fefc71f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: go-version: stable cache-dependency-path: go.work.sum - name: Install buf - uses: bufbuild/buf-setup-action@v1.34.0 + uses: bufbuild/buf-setup-action@v1.35.1 with: github_token: ${{ github.token }} - name: Buf format