From 4b727d91387cf6cac3fce3bdf400ae20776b4931 Mon Sep 17 00:00:00 2001 From: F Date: Fri, 26 Nov 2021 16:17:28 +1100 Subject: [PATCH] ci: Upgrade bufbuild to 0.56.0 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f260796bf..24fa0c3f1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: build_and_test: env: - BUF_VERSION: '0.41.0' + BUF_VERSION: '0.56.0' strategy: matrix: node: [14] @@ -42,7 +42,7 @@ jobs: with: node-version: ${{ matrix.node }} - # This would have been done part of npm pretest but it gives better + # This would have been done part of npm pretest, but it gives better # visibility in the CI if done as a separate step - name: Build wakunode2 shell: bash @@ -60,7 +60,7 @@ jobs: key: buf-bin-v${{ env.BUF_VERSION }}-ubuntu-latest-v1 - name: Install bufbuild - uses: mu-io/setup-buf@v2beta + uses: mathematic-inc/setup-buf@v2beta with: buf-version: ${{ env.BUF_VERSION }} token: ${{ secrets.GITHUB_TOKEN }}