From 1aec1fa6228047afb39a2935a04f7835c15b0c1a Mon Sep 17 00:00:00 2001 From: mr-boneman Date: Sat, 20 Jul 2024 13:39:18 +0200 Subject: [PATCH] bump default version to 2.0.8 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ef2cd0e..b07f72b 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ description: 'set up nim using the official binaries' inputs: version: description: 'nim version to install' - default: "2.0.4" + default: "2.0.8" runs: using: "composite"