[CY-6647] tool-version
should match the action version by default
#76
Labels
jira-issue
Issue tracked on JIRA
tool-version
should match the action version by default
#76
By looking at the source code I can see that even if I specify a specific action version, if I don't specify
tool-version
, the action will donwload a docker image, that actually computes the version, with thelatest
tag.The docker image version should match the action version by default. In my opinion this would make
tool-version
obsolete since there is no point in specifying different versions for the action and the underlying docker image.The text was updated successfully, but these errors were encountered: