Setup Protobuf Compiler (protoc)
Version updated for https://github.com/Jisu-Woniu/setup-protoc to version v1.0.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Setup protoc GitHub Action simplifies the process of downloading, installing, and configuring the Google Protocol Buffers (protoc) compiler in CI workflows. It automates locating the appropriate protoc release based on the specified version and runner environment, downloads and caches it, and adds it to the system PATH for immediate use. This action streamlines workflow setup by ensuring the correct version of protoc is readily available, reducing manual effort and potential configuration errors.
What’s Changed
Full Changelog: https://github.com/Jisu-Woniu/setup-protoc/compare/v1.0.0...v1.0.1