Skip to content

Commit 431d29b

Browse files
rrodrigu3zclaude
andcommitted
fix(ci): pin protoc version in proto-freshness job
Replace apt-get protobuf-compiler (old Ubuntu default) with arduino/setup-protoc@v3 pinned to v33.2, matching local version. The version mismatch caused cosmetic diff in generated code. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f3ab48d commit 431d29b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
- run: pnpm install --frozen-lockfile
4747

4848
- name: Install protoc
49-
run: sudo apt-get install -y protobuf-compiler
49+
uses: arduino/setup-protoc@v3
50+
with:
51+
version: "33.2"
5052

5153
- name: Regenerate and check for drift
5254
run: |

0 commit comments

Comments
 (0)