Releases: julia-actions/setup-julia
Releases · julia-actions/setup-julia
Add Julia 1.4.2 to version list & update dev dependencies
v1.1.5 Add production dependencies & build
Add Julia 1.4.0 to version list
v1.1.4 Add production dependencies & build
Use @zeit/ncc to distribute action
This should not affect users.
From now on, the action will be compiled to a single JS file using @zeit/ncc before distribution. This means that we do not have to distribute the entire node_modules
directory anymore.
Add Julia 1.4.0 to version list
v1.1.2 Add production dependencies & build
Remove unnecessary dependencies and add Julia 1.4.0-rc2
- Add Julia 1.4.0-rc2 to version list
- Remove
@action/github
dependency - Run
npm audit fix
Don't show versioninfo() by default
- To save some time during the build, only the output of
julia --version
will be printed after installation - To show the full
versioninfo()
, set the parametershow-versioninfo: true
as documented inaction.yml
.
Add Julia 1.4.0-rc1 to version list
- Add 1.4.0-rc1 to the list of available Julia versions.
- Remove 1.4.1-rc1 from the list of available Julia versions because it doesn't exist yet.
Add Julia 1.4.1-rc1 to version list
Add 1.4.1-rc1 to the list of available Julia versions.
Add Julia 1.3.1 to version list
Add 1.3.1 to the list of available Julia versions.
Hopefully the next release will make use of the new JSON version file so that it will no longer require a new release to add new versions.
Add Julia 1.3.0 to version list
v1.0.1 Add production dependencies & build