From e45db5dd33f7a467117c89f8fbd9fd271bb133b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 19:38:59 -0400 Subject: [PATCH] build(deps): Bump bufbuild/buf-setup-action from 1.20.0 to 1.21.0 (#936) --- .github/workflows/proto-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/proto-lint.yml b/.github/workflows/proto-lint.yml index c0dfaf055..a3404dd73 100644 --- a/.github/workflows/proto-lint.yml +++ b/.github/workflows/proto-lint.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v3 - - uses: bufbuild/buf-setup-action@v1.20.0 + - uses: bufbuild/buf-setup-action@v1.21.0 - uses: bufbuild/buf-lint-action@v1 with: input: 'proto'