Skip to content

Choose a tag to compare

@kylewlacy kylewlacy released this 04 Oct 05:01
· 8 commits to main since this release
cc97b89

The main change with this release is the ability to specify channels instead of specific Brioche versions. For the version input, you can now either specify stable (default) or nightly.

Note

The version name stable is just an alias for v0.1.5. That means, if a new stable version is published, you'll also need to use a newer version of the setup-brioche action to use the new stable release! This behavior will likely change in the future. Also, the version name nightly is different, and will use newer nightly releases without updating the action.

Also, since Brioche aarch64 is currently available on the nightly channel but not stable yet, this means the setup-brioche action can be used on aarch64 runners now! Just remember to use nightly as the version input for now.

What's Changed

  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #8
  • refactor: create functions to split the logic by @jaudiger in #9
  • chore: add few more exit on error conditions in install-brioche.sh by @jaudiger in #10
  • Add Brioche nightly support by @jaudiger in #11

New Contributors

Full Changelog: v1.3.1...v1.4.0