Releases: julia-actions/setup-julia
Releases · julia-actions/setup-julia
v1.9.4: Fix broken release v1.9.3
This just fixes a broken release v1.9.3 where not all release steps were followed properly.
See https://github.com/julia-actions/setup-julia/releases/tag/v1.9.3 for changes.
v1.9.3: Faster windows install. Dependency updates
What's Changed
- Use .tar.gz files where available for faster win install by @IanButterworth in #171
- set retry limit by @IanButterworth in #170
Dependency and CI updates
- Add Dependabot for npm and GHA deps by @SaschaMann in #136
- Bump actions/cache from 2 to 3 by @dependabot in #137
- Bump github/codeql-action from 1 to 2 by @dependabot in #138
- Bump actions/setup-python from 2 to 4 by @dependabot in #141
- Bump actions/checkout from 1 to 3 by @dependabot in #140
- Pin node version to v16. Fix #135 by @sunoru in #145
- Bump @types/node from 16.18.12 to 18.14.1 by @dependabot in #139
- Bump @types/node from 18.14.1 to 18.14.2 by @dependabot in #146
- Bump typescript from 4.9.5 to 5.0.3 by @dependabot in #149
- Bump jest-circus from 29.4.3 to 29.5.0 by @dependabot in #150
- Bump jest and @types/jest by @dependabot in #153
- Bump prettier from 2.8.4 to 2.8.7 by @dependabot in #151
- Bump @actions/io from 1.1.2 to 1.1.3 by @dependabot in #152
- fix: remove Dependabot badge in
README.md
by @Panquesito7 in #166 - Run action as is on release branch CI by @SaschaMann in #168
- CI: Update to 1.10-nightly by @SaschaMann in #169
- Bump typescript from 5.0.3 to 5.3.2 by @dependabot in #174
- Bump semver and @types/semver by @dependabot in #175
- Bump @babel/traverse from 7.20.13 to 7.23.4 by @dependabot in #178
- Bump nock from 13.3.0 to 13.3.8 by @dependabot in #176
- Bump prettier from 2.8.7 to 3.1.0 by @dependabot in #177
- Version 1.9.3 by @IanButterworth in #173
New Contributors
- @Panquesito7 made their first contribution in #166
- @IanButterworth made their first contribution in #170
Full Changelog: v1.9.2...v1.9.3
v1.9.2: Dependency updates
v1.9.1: Fix arch mapping on Apple M1
What's Changed
- Remove mention of auto-updating versions file by @SaschaMann in #132
- Include
arm64
alias foraarch64
by @mofeing in #134
New Contributors
Full Changelog: v1.9.0...v1.9.1
v1.9.0: Add `include-all-prereleases` input
What's Changed
- Add the
include-all-prereleases
input by @SaschaMann in #127
Full Changelog: v1.8.3...v1.9.0
v1.8.3: Update dependencies and remove deprecation warnings
What's Changed
- Bump @actions/core from 1.2.6 to 1.9.1 by @dependabot in #118
- Update @actions/core by @SaschaMann in #125
Full Changelog: v1.8.2...v1.8.3
v1.8.2: Use tarballs on macOS when available
What's Changed
- On macOS, first try to find a tarball (
.tar.gz
) file, but fall back to.dmg
if we can't find a tarball by @DilumAluthge in #117
Full Changelog: v1.8.1...v1.8.2
v1.8.1: Bug fix for issue with default arch & nightly Julia
What's Changed
- Fix the "default arch" code path with Julia nightly (and add a CI job for that code path) by @DilumAluthge in #115
Full Changelog: v1.8.0...v1.8.1
v1.8.0: Improvements and bug fixes to `arch` input
What's Changed
- In the
arch
input, allowARM64
as a synonym foraarch64
by @DilumAluthge in #110 - In the
arch
input, allowX64
andX86
as synonyms forx64
andx86
, respectively by @DilumAluthge in #108 - Document the architecture synonyms by @DilumAluthge in #113
- If the user does not specify the
arch
input, default to${{ runner.arch }}
(instead of defaulting tox64
) by @DilumAluthge in #114
New Contributors
- @DilumAluthge made their first contribution in #110
Full Changelog: v1.7.1...v1.8.0
v1.7.1: Update default runtime to node16
EOL was almost a month ago. Woops.
I don't care about people using an old version of GitHub Enterprise, so I'm not going to annoy every single user of this action with a breaking update like GH did with their core actions. If you're a user of GHE: consider this a breaking update.