julia icon indicating copy to clipboard operation
julia copied to clipboard

Bump julia-actions/setup-julia from 1.6.1 to 1.8.2

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps julia-actions/setup-julia from 1.6.1 to 1.8.2.

Release notes

Sourced from julia-actions/setup-julia's releases.

v1.8.1: Use tarballs on macOS when available

What's Changed

Full Changelog: https://github.com/julia-actions/setup-julia/compare/v1.8.1...v1.8.2

v1.8.1: Bug fix for issue with default arch & nightly Julia

What's Changed

Full Changelog: https://github.com/julia-actions/setup-julia/compare/v1.8.0...v1.8.1

v1.8.0: Improvements and bug fixes to arch input

What's Changed

New Contributors

Full Changelog: https://github.com/julia-actions/setup-julia/compare/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.

v1.7.0: Add support for aarch64

Setting the arch input to aarch64 will install aarch64 binaries, 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.

Commits
  • 19bd4db Add production dependencies & build
  • 87fafcc Bump version
  • 57ce80e macOS: Default to tarball (.tar.gz) if available (#117)
  • ffea8bb Bump version
  • 3a89763 Fix the "default arch" code path with Julia nightly (and add a CI job for tha...
  • 40f50bc Bump version
  • 8474f0e Default to ${{ runner.arch }} instead of to x64 (#114)
  • 76f26cb Document the architecture synonyms (#113)
  • 40ab89a Allow X64 and X86 as synonyms for x64 and x86, respectively (#108)
  • 631e68d Allow ARM64 as a synonym for aarch64 (#110)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Aug 18 '22 18:08 dependabot[bot]