From 49708b06fcedb6bd45c751d84d586c1ec64b5329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:48:00 +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/v1.1.0...v1.1.1) --- 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/proto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index f7d79a37ce..9f9e3a1a3d 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -41,7 +41,7 @@ jobs: echo "Setting output: base-branch=$branch" echo "base-branch=$branch" >> "$GITHUB_OUTPUT" - uses: bufbuild/buf-setup-action@v1.30.0 - - uses: bufbuild/buf-lint-action@v1.1.0 + - uses: bufbuild/buf-lint-action@v1.1.1 if: always() with: input: 'proto'