julia-actions / setup-julia

This action sets up a Julia environment for use in actions by downloading a specified version of Julia and adding it to PATH.
MIT License
93 stars 23 forks source link

Please update @actions/core to 1.10.0 #123

Closed fingolfin closed 2 years ago

fingolfin commented 2 years ago

Right now, using julia-actions/setup-julia causes lots of actions due to it using an old version of @actions/core -- see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands

Unfortunately I know nothing about npm (? is that even the right tool) or how to update those dependencies here, else I'd submit a PR.

SaschaMann commented 2 years ago

Thanks! I thought we'd already updated it but apparently not.

SaschaMann commented 2 years ago

Fixed in https://github.com/julia-actions/setup-julia/releases/tag/v1.8.3

fingolfin commented 2 years ago

Thanks!