Update release and ci workflows to use GITHUB_OUTPUT and bump actions/checkout to v4.#752
Update release and ci workflows to use GITHUB_OUTPUT and bump actions/checkout to v4.#752jonathanedey merged 2 commits intomasterfrom
GITHUB_OUTPUT and bump actions/checkout to v4.#752Conversation
GITHUB_OUTPUT and bump actions/checkout to v4.GITHUB_OUTPUT and bump actions/checkout to v4.
|
Currently we use a forked version of a (no longer maintained) release github action which still uses Would we want to consider moving this to a new maintained source like https://github.com/ncipollo/release-action? |
good call! I think we should. Let's do it in a separate PR though. Is there an official github action for this now? |
The original repo the fork was based on was the official one until they stopped maintaining it in 2021. They left suggested alternatives with the one i linked being the most active but the thread of mentions shows a few repos who decided to use https://github.com/softprops/action-gh-release instead. |
1520317 to
33f0f2e
Compare
…ons/checkout` to v4. (#752) * Update release workflow to use GITHUB_OUTPUT. * Use actions/checkout@v4 for nightly builds
No description provided.