From 7cef6347e41cc59b31b9f4887b34635916313998 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Wed, 9 Oct 2024 01:25:53 -0400 Subject: [PATCH] Update to Juliaup 1.17.4 (#97) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b9921e8..b5112f5 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: internal-juliaup-version: description: '[private internal]. The Juliaup version to install. This is not part of the public API of this action.' required: false - default: '1.15.0' # Update this value whenever a new release of Juliaup is made. + default: '1.17.4' # Update this value whenever a new release of Juliaup is made. runs: using: 'node20' main: 'dist/index.js'