From 9d5e3217b532f7d6db52d202389929116e93fb53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:12:45 +0000 Subject: [PATCH] Bump bufbuild/buf-setup-action from 1.41.0 to 1.42.0 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.41.0 to 1.42.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/2881ede27923557cb71f4ddc8954905c2639d1fb...a8b4a18369a5feb07d4bf9cb2b24f81d105d7bab) --- 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 da196c08a..c09f52914 100644 --- a/.github/workflows/buf.yml +++ b/.github/workflows/buf.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7 - name: Setup buf - uses: bufbuild/buf-setup-action@2881ede27923557cb71f4ddc8954905c2639d1fb # tag=v1.41.0 + uses: bufbuild/buf-setup-action@a8b4a18369a5feb07d4bf9cb2b24f81d105d7bab # tag=v1.42.0 with: github_token: ${{ github.token }} - name: Lint Protobuf