From bd6375057f081d484f7c0bffcc514192bdbd63b4 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 09:32:56 +0000 Subject: [PATCH] Bump updatecli version to v0.81.0 (#536) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: Bump updatecli version in action.yaml Made with ❤️️ by updatecli Co-authored-by: updatecli --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 63c486e6..ef91f7c0 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.80.0 + default: v0.81.0 runs: using: 'node20' main: 'dist/index.js'