From d41163ad53103550a0ce57aed8dede20287f7a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:10:47 +0000 Subject: [PATCH] Bump bufbuild/buf-lint-action from 1.1.0 to 1.1.1 Bumps [bufbuild/buf-lint-action](https://github.com/bufbuild/buf-lint-action) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/bufbuild/buf-lint-action/releases) - [Commits](https://github.com/bufbuild/buf-lint-action/compare/044d13acb1f155179c606aaa2e53aea304d22058...06f9dd823d873146471cfaaf108a993fe00e5325) --- updated-dependencies: - dependency-name: bufbuild/buf-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 3ecac5113..93262e4ff 100644 --- a/.github/workflows/buf.yml +++ b/.github/workflows/buf.yml @@ -35,7 +35,7 @@ jobs: with: github_token: ${{ github.token }} - name: Lint Protobuf - uses: bufbuild/buf-lint-action@044d13acb1f155179c606aaa2e53aea304d22058 # tag=v1.1.0 + uses: bufbuild/buf-lint-action@06f9dd823d873146471cfaaf108a993fe00e5325 # tag=v1.1.1 with: input: src/main/proto - name: Detect Breaking Changes