Describe the bug
As described in the title, the latest tag does not point to the latest release. Discovered when using setup-julia@latest produced the "Node.js 20 actions are deprecated" warning in CI.
To Reproduce
Open up and compare:
https://github.com/julia-actions/setup-julia/tree/v3.0.2
https://github.com/julia-actions/setup-julia/tree/v3
https://github.com/julia-actions/setup-julia/tree/latest
Expected behavior
At this point in time, they should be identical. Their last commits should be the same. It isn't, the latest tag's last commit was 2 years ago. v3 is ok, same as v3.0.2.
Additional context
Not sure if the option to use setup-julia@latest is deprecated, but if not, this is kinda weird.
Describe the bug
As described in the title, the
latesttag does not point to the latest release. Discovered when usingsetup-julia@latestproduced the "Node.js 20 actions are deprecated" warning in CI.To Reproduce
Open up and compare:
https://github.com/julia-actions/setup-julia/tree/v3.0.2
https://github.com/julia-actions/setup-julia/tree/v3
https://github.com/julia-actions/setup-julia/tree/latest
Expected behavior
At this point in time, they should be identical. Their last commits should be the same. It isn't, the
latesttag's last commit was 2 years ago.v3is ok, same asv3.0.2.Additional context
Not sure if the option to use
setup-julia@latestis deprecated, but if not, this is kinda weird.