jisu-woniu/Setup Protobuf Compiler (protoc)
Download protoc compiler and add it to the PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 30, 2026
- License
- Apache 2.0
Pinned Snippet
uses: jisu-woniu/setup-protoc@1cb8269a529e06420bb787fd0f619a382e43c950 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version to use. Example: 33, 26.2, latest | — | latest |
| include-pre-releases | Include github pre-releases in latest version calculation | — | false |
| github-token | GitHub token to use to avoid rate limit | — | ${{ github.server_url == 'https://github.com' && github.token || '' }} |
Outputs
| name | description |
|---|---|
| version | Actual version of the protoc compiler environment that has been installed |
| path | Path to where the protoc compiler has been installed |