Replace actions/setup-ruby with ruby/setup-ruby

Replace the archived and deprecated `actions/setup-ruby` with the recommended `ruby/setup-ruby`.
This commit is contained in:
Asbjørn Ulsberg 2021-04-12 14:46:40 +02:00 committed by GitHub
parent 46b4340f3e
commit 08f6fa5182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [actions/setup-dotnet: .NET core sdk](https://github.com/actions/setup-dotnet)
- [actions/setup-haskell: Haskell (GHC and Cabal)](https://github.com/actions/setup-haskell)
- [actions/setup-java: Java](https://github.com/actions/setup-java)
- [actions/setup-ruby: Ruby](https://github.com/actions/setup-ruby)
- [ruby/setup-ruby: Ruby](https://github.com/ruby/setup-ruby)
- [actions/setup-elixir: Elixir](https://github.com/actions/setup-elixir)
### Create your Actions