From 4d4126eea7db12888e454b7a6db87d77eac26827 Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 4 Nov 2024 09:29:21 +0000 Subject: [PATCH] chore: Bump updatecli version in action.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 4dd3e6ae..d0d3ba89 100644 --- a/action.yaml +++ b/action.yaml @@ -9,7 +9,7 @@ inputs: version: description: 'Specify Updatecli version to use. Accepted values are any Updatecli version' required: false - default: v0.85.0 + default: v0.86.0 runs: using: 'node20' main: 'dist/index.js'