carpentries / lesson-example

Example lesson using The Carpentries lesson template.
https://carpentries.github.io/lesson-example/
Other
64 stars 173 forks source link

migrate setup-ruby from actions to ruby #332

Closed tkphd closed 3 years ago

tkphd commented 3 years ago

https://github.com/carpentries/lesson-example/blob/2a25bb300e1fdd47f62aff20244876f3891a82c2/.github/workflows/template.yml#L36

actions/setup-ruby is deprecated, with the following message:

Please note: This action is deprecated and should no longer be used. The team at GitHub has ceased making and accepting code contributions or maintaining issues tracker. Please, migrate your workflows to the ruby/setup-ruby, which is being actively maintained by the official Ruby organization.

maxim-belkin commented 3 years ago

This has been addressed in the carpentries/styles repo (https://github.com/carpentries/styles/commit/ed77edaea17ac700970da9388d489256d5e3494e). This message should go away after you sync your lesson with the styles repository.

tkphd commented 3 years ago

That's good, and I will. The linked file is in this repo, though, and others may source this repo as the upstream for the GitHub workflow definitions.

maxim-belkin commented 3 years ago

This repo got the linked workflow file from the carpentries/styles repo.

tkphd commented 3 years ago

OK.