From 41515532b6f1f1033c0ae66a431f26afc4173556 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Tue, 6 Sep 2022 20:42:06 +0200 Subject: [PATCH] Unpin buf setup to try to fix linting issues --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 20f49af4..259c0713 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: bufbuild/buf-setup-action@v1.7.0 + - uses: bufbuild/buf-setup-action@v1 - uses: bufbuild/buf-lint-action@v1 with: input: "proto"