From 9e44f701e93741a9c5574b56a225d337139d9a5e Mon Sep 17 00:00:00 2001 From: Frank Thomas Date: Mon, 20 Jan 2025 09:19:59 +0100 Subject: [PATCH] Update Mill to 0.12.5 This updates Mill to the latest version. This version is now a script that is able to run different Mill versions depending on the version set in project-specific `.mill-version` files. --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9e1f364..0d9100ef 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ When it launches it will send PR to update all the repos selected in step (2.2). # Steward will still respect the version specified in # your repository while updating it. # - # Default: 0.10.9 + # Default: 0.12.5 mill-version: '' # Other Scala Steward arguments not yet supported by diff --git a/action.yml b/action.yml index d4f3056b..aaa9a043 100644 --- a/action.yml +++ b/action.yml @@ -116,7 +116,7 @@ inputs: just affect the global `mill` executable. Scala Steward will still respect the version specified in your repository while updating it. - default: "0.10.9" + default: "0.12.5" required: false other-args: description: |