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 the latest 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.
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.