From 062cb2b1a58de17f8ba31e3fe523d70a83fb95c0 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Wed, 20 Nov 2019 15:20:55 +0100 Subject: [PATCH] Default to Julia version `1` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4fef336..37fe45d 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: 'Sascha Mann' inputs: version: description: 'The Julia version to download (if necessary) and use. Example: 1.0.4' - default: '1.0.4' + default: '1' arch: description: 'Architecture of the Julia binaries. Defaults to x64.' required: false