From 394591592037484ffbbbc1f370c9f1aab8ee8f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 09:20:46 -0400 Subject: [PATCH] build(deps): Bump bufbuild/buf-setup-action from 1.1.0 to 1.3.0 (#8199) --- .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 6e7016b40..2d4052f90 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.1.0 + - uses: bufbuild/buf-setup-action@v1.3.0 - uses: bufbuild/buf-lint-action@v1 with: input: 'proto'