From 9f7cd6097e91e1c03347733a601e515a35d86664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 04:00:45 -0800 Subject: [PATCH] chore(deps): bump bufbuild/buf-setup-action from 1.13.1 to 1.14.0 (#3554) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cdaea2b31d..14f35d2452a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: run: | npm install -g npm@^7 pyright - name: Setup bufbuild/buf - uses: bufbuild/buf-setup-action@v1.13.1 + uses: bufbuild/buf-setup-action@v1.14.0 with: github_token: ${{ github.token }}