From 08f6fa51824e39c39ede27cc5582d885189ae897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Ulsberg?= Date: Mon, 12 Apr 2021 14:46:40 +0200 Subject: [PATCH] Replace actions/setup-ruby with ruby/setup-ruby Replace the archived and deprecated `actions/setup-ruby` with the recommended `ruby/setup-ruby`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85aa2b0..123b25a 100644 --- a/README.md +++ b/README.md @@ -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