-
-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Describe the problem
The readme states
To get the latest stable version of protoc just add this step:
- name: Install Protoc
uses: arduino/setup-protoc@v3
But this installs version 23.4, while the latest version is 26.0.
When I look at the default version value in action.yml, I see it is set to 23.x.
Is it possible to update this version, and maybe even somehow always get the latest value without having to hardcode it?
To reproduce
use arduino/setup-protoc@v3
this gives protoc with version 23.x
Expected behavior
Version 26.0 of protoc
'arduino/setup-protoc' version
3
Additional context
No response
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest version
- My report contains all necessary details
Metadata
Metadata
Assignees
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project