From a6e3fd16fa8d11d75a382acbfa1fb64abbea6238 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Tue, 23 Jul 2024 17:38:08 +0200 Subject: [PATCH] Merge main int feat/stronger-consistency-options (#184) ci: don't pin version of buf (#181) * ci: don't pin version of buf Instead we will use the version that correlates to the action version * chore(deps): update buf-setup-action version * style: run buf format to make formatting changes --- .github/workflows/push.yaml | 4 +--- .github/workflows/review.yaml | 8 ++------ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index f4e4ce9a..24185a8e 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -21,9 +21,7 @@ jobs: with: fetch-depth: 0 - - uses: bufbuild/buf-setup-action@9990c72db080fa39cf561230b8d2d7b736681f85 # v1.30.1 - with: - version: "1.28.1" + - uses: bufbuild/buf-setup-action@35c243d7f2a909b1d4e40399b348a7fdab27d78d # v1.34.0 - uses: bufbuild/buf-push-action@a654ff18effe4641ebea4a4ce242c49800728459 # v1.2.0 with: buf_token: ${{ secrets.BUF_TOKEN }} diff --git a/.github/workflows/review.yaml b/.github/workflows/review.yaml index 736f5f3d..7c4419e0 100644 --- a/.github/workflows/review.yaml +++ b/.github/workflows/review.yaml @@ -15,9 +15,7 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 with: fetch-depth: 0 - - uses: bufbuild/buf-setup-action@9990c72db080fa39cf561230b8d2d7b736681f85 # v1.30.1 - with: - version: "1.28.1" + - uses: bufbuild/buf-setup-action@35c243d7f2a909b1d4e40399b348a7fdab27d78d # v1.34.0 - uses: bufbuild/buf-lint-action@06f9dd823d873146471cfaaf108a993fe00e5325 # v1.1.1 - uses: bufbuild/buf-breaking-action@c57b3d842a5c3f3b454756ef65305a50a587c5ba # v1.1.4 with: @@ -31,9 +29,7 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 with: fetch-depth: 0 - - uses: bufbuild/buf-setup-action@9990c72db080fa39cf561230b8d2d7b736681f85 # v1.30.1 - with: - version: "1.28.1" + - uses: bufbuild/buf-setup-action@35c243d7f2a909b1d4e40399b348a7fdab27d78d # v1.34.0 - name: "Generate OpenAPI & Diff" run: | make all