From f56c436977dbb11cbf1196ab42600f9d227f8ba2 Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Thu, 31 Oct 2024 23:17:56 +0100 Subject: [PATCH] Use latest stable Ruby release https://github.com/ruby/setup-ruby?tab=readme-ov-file#supported-version-syntax --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cefa7fe..1b9be93 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ runs: - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2 + ruby-version: ruby # Ensure our scripts can be found when running the action # https://docs.github.com/en/actions/creating-actions/creating-a-composite-action#creating-an-action-metadata-file