Skip to content

Commit

Permalink
Merge pull request #309 from pxp928/update-protoc-version
Browse files Browse the repository at this point in the history
update make-protos workflow to use newer version of protoc
  • Loading branch information
marcelamelara authored Dec 19, 2023
2 parents e55b2c9 + fc38d7d commit 14e233f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install protoc
uses: arduino/setup-protoc@a8b67ba40b37d35169e222f3bb352603327985b6
with:
version: '23.x'
version: '24.x'
- name: Install Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
Expand Down

0 comments on commit 14e233f

Please sign in to comment.