Skip to content

Commit 14e233f

Browse files
Merge pull request #309 from pxp928/update-protoc-version
update make-protos workflow to use newer version of protoc
2 parents e55b2c9 + fc38d7d commit 14e233f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-protos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install protoc
2020
uses: arduino/setup-protoc@a8b67ba40b37d35169e222f3bb352603327985b6
2121
with:
22-
version: '23.x'
22+
version: '24.x'
2323
- name: Install Python
2424
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
2525
with:

0 commit comments

Comments
 (0)