Update julia-actions/setup-julia action to v3#144
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1→v3Release Notes
julia-actions/setup-julia (julia-actions/setup-julia)
v3Compare Source
v3.0.0Compare Source
version: minhas changed between v2 and v3.version: minwould resolve to the minimum major/minor/patch, e.g. 1.10.0.version: minresolves to the minimum major/minor but the latest patch, e.g. 1.10.11.version: min-patch. Note: v3 also adds the aliasversion: min-minor, which is equivalent toversion: min.x86_64Julia binaries are requested on Apple Silicon macOS. (Under v2, this was a warning.) Under v3, if you specifically want to runx86_64Julia binaries on Apple Silicon (under Rosetta 2), you must now opt-in by specifying theforce-arch: trueinput.Other Changes
We updated some dependencies, and we improved and updated the CI tooling on this repo.
Full Changelog
Full Changelog: julia-actions/setup-julia@v2.7.0...v3.0.0
v2.7.0Compare Source
Documentation
'') by @DilumAluthge in #302Dependencies
CI in this repo
macos-12by @giordano in #318macos-13->macos-15-intelby @giordano in #365New Contributors
Full Changelog
Full Changelog: julia-actions/setup-julia@v2...v2.7.0
v2.6.1: - Add warning for x64 on apple silicon runnersCompare Source
What's Changed
Maintenance
Full Changelog: julia-actions/setup-julia@v2.6.0...v2.6.1
v2.6.0: : Update the LTS alias to point to Julia 1.10Compare Source
What's Changed
archinput: acceptx86_64as a synonym forx64by @DilumAluthge in #264Dependency Updates
Full Changelog
Full Changelog: julia-actions/setup-julia@v2.5.0...v2.6.0
v2.6Compare Source
v2.5.0: : Migrate to new release process for thesetup-juliaactionCompare Source
What's Changed
Full Changelog: julia-actions/setup-julia@v2.4.0...v2.5.0
v2.4Compare Source
v2.4.0: : Resolveminas the earliest compatible Julia version defined by the projectCompare Source
What's Changed
minas the earliest compatible Julia version (compatible with the user's project) by @omus in #202Maintenance
e564658to0f674f3by @dependabot in #272New Contributors
Full Changelog: julia-actions/setup-julia@v2.3.0...v2.4.0
v2.3Compare Source
v2.3.0: : Suggest users useltsrather than1.6; resolvearch: defaultto the default archCompare Source
What's Changed
defaultas the value of thearchinput, use the runner machine's architecture by @DilumAluthge in #263macos-latestormacos-14) by @DilumAluthge in #261Other changes:
npm run formatby @DilumAluthge in #267package.json: change version number from2.2.0to2.3.0by @DilumAluthge in #271Dependency updates:
31b4b50toe564658by @dependabot in #259Full Changelog: julia-actions/setup-julia@v2.2.0...v2.3.0
v2.2Compare Source
v2.2.0: - Newltsandprenamed version specifiersCompare Source
What's Changed
It is now possible to specify two new named version identifiers:
ltsfor the Long Term Support (LTS) julia version (currently 1.6)prefor the latest pre-releasePRs
ltsfor the LTS, and allowprefor the latest pre-release by @KristofferC in #234.tool-versionsby @DilumAluthge in #253New Contributors
Full Changelog: julia-actions/setup-julia@v2.1.0...v2.2.0
v2.1Compare Source
v2.1.0Compare Source
What's Changed
aarch64/arm64) URLs for Julia nightly by @benlorenz in #2202.0.0inpackage.jsonandpackage-lock.jsonby @DilumAluthge in #228v2by @DilumAluthge in #232getNightlyFileNameby @DilumAluthge in #237tar(not the Git Bashtar) by @IanButterworth in #206New Contributors
Full Changelog: julia-actions/setup-julia@v1.9.3...v2.1.0
v2.0Compare Source
v2.0.0: - Update to Node20Compare Source
What's Changed
Note the rationale for the breaking change was discussed in #209
Dependencies and misc
2.0.0inpackage.jsonandpackage-lock.jsonby @DilumAluthge in #228New Contributors
Full Changelog: julia-actions/setup-julia@v1.9.6...v2.0.0
v2Compare Source
v1.9.6: : Fix Apple Silicon installationCompare Source
What's Changed
aarch64/arm64) URLs for Julia nightly by @benlorenz in #220Deps & CI
New Contributors
Full Changelog: julia-actions/setup-julia@v1.9.5...v1.9.6
v1.9.5: : Maintain mtime of julia build to avoid re-precompilationCompare Source
A big part of fixing JuliaLang/julia#50667 for julia <1.11 as maintaining the mtime of the julia source files means cached
/compiledcaches won't be invalidated in new runs where julia has been reinstalled.What's Changed
Dep updates
New Contributors
Full Changelog: julia-actions/setup-julia@v1.9.3...v1.9.5
v1.9.4: : Fix broken release v1.9.3Compare Source
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 updatesCompare Source
What's Changed
Dependency and CI updates
README.mdby @Panquesito7 in #166New Contributors
Full Changelog: julia-actions/setup-julia@v1.9.2...v1.9.3
v1.9.2: : Dependency updatesCompare Source
What's Changed
New Contributors
Full Changelog: julia-actions/setup-julia@v1.9.1...v1.9.2
v1.9.1: : Fix arch mapping on Apple M1Compare Source
What's Changed
arm64alias foraarch64by @mofeing in #134New Contributors
Full Changelog: julia-actions/setup-julia@v1.9.0...v1.9.1
v1.9.0: : Addinclude-all-prereleasesinputCompare Source
What's Changed
include-all-prereleasesinput by @SaschaMann in #127Full Changelog: julia-actions/setup-julia@v1.8.3...v1.9.0
v1.9Compare Source
v1.8.3: : Update dependencies and remove deprecation warningsCompare Source
What's Changed
Full Changelog: julia-actions/setup-julia@v1.8.2...v1.8.3
v1.8.2: : Use tarballs on macOS when availableCompare Source
What's Changed
.tar.gz) file, but fall back to.dmgif we can't find a tarball by @DilumAluthge in #117Full Changelog: julia-actions/setup-julia@v1.8.1...v1.8.2
v1.8.1: : Bug fix for issue with default arch & nightly JuliaCompare Source
What's Changed
Full Changelog: julia-actions/setup-julia@v1.8.0...v1.8.1
v1.8.0: : Improvements and bug fixes toarchinputCompare Source
What's Changed
archinput, allowARM64as a synonym foraarch64by @DilumAluthge in #110archinput, allowX64andX86as synonyms forx64andx86, respectively by @DilumAluthge in #108archinput, default to${{ runner.arch }}(instead of defaulting tox64) by @DilumAluthge in #114New Contributors
Full Changelog: julia-actions/setup-julia@v1.7.1...v1.8.0
v1.8Compare Source
v1.7.1: : Update default runtime to node16Compare Source
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.
v1.7Compare Source
v1.7.0: : Add support for aarch64Compare Source
Setting the
archinput toaarch64will installaarch64binaries,intended to be used on aarch64-based self-hosted runners.
Please note that we currently don't run test builds on that
architecture, so we cannot guarantee that the input won't break
randomly, although there is no reason why it would.
In a future update, we may choose a default architecture based on the
arch of the runner.
Thanks to @giordano for providing a self-hosted runner for testing.
v1.6.1: : Throw an informative error for non-existent versionCompare Source
See [#86](https://redirect.github.com/julia-a
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.