From b25a4f9d0aa08df72831184a6359d5e2847b512d Mon Sep 17 00:00:00 2001 From: Gregor MacLennan Date: Tue, 1 Aug 2023 21:02:40 +0100 Subject: [PATCH] fix: update buf to v1.25.0 --- .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 108b68fe..895133f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install buf cli - uses: bufbuild/buf-setup-action@v1.9.0 + uses: bufbuild/buf-setup-action@v1.25.0 - run: buf --version - run: npm ci - run: npm run build --if-present