Summary
The composite GitHub Action defined in this repo (action.yml, used as Calysto/octave_kernel@main / ./) installs Octave for CI on Ubuntu, macOS, and Windows. This logic has been extracted into its own standalone action: Calysto/octave_action.
What's changing
- Starting in
octave_kernel v2, this repo's local action.yml will be removed.
- Consumers should switch to
Calysto/octave_action@v1, which has the same install-type input and behavior.
Action needed
If you use Calysto/octave_kernel as a GitHub Action in your own workflows, update the uses: line:
- name: Setup octave
uses: Calysto/octave_action@v1
with:
install-type: ubuntu
Until v2 ships, the local action will continue to work but will emit a deprecation warning in the job summary pointing to this issue.
Summary
The composite GitHub Action defined in this repo (
action.yml, used asCalysto/octave_kernel@main/./) installs Octave for CI on Ubuntu, macOS, and Windows. This logic has been extracted into its own standalone action: Calysto/octave_action.What's changing
octave_kernelv2, this repo's localaction.ymlwill be removed.Calysto/octave_action@v1, which has the sameinstall-typeinput and behavior.Action needed
If you use
Calysto/octave_kernelas a GitHub Action in your own workflows, update theuses:line:Until v2 ships, the local action will continue to work but will emit a deprecation warning in the job summary pointing to this issue.