From 9d8718a0a73e639bd7ace7825b333562a4327c92 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 24 Oct 2023 22:12:31 +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 b9af9b45..6913dff0 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.64.1 + default: v0.65.0 runs: using: 'node20' main: 'dist/index.js'