From e3a8cd60b8c6717499b5951e03ae7929e95bbe79 Mon Sep 17 00:00:00 2001 From: LeoColomb Date: Tue, 25 Apr 2023 12:19:59 +0000 Subject: [PATCH] deploy: 0e96e97731d453f8a506fc30acfbce2bbbd1ae2d --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 6f1dc4c..107eb9a 100644 --- a/action.yml +++ b/action.yml @@ -6,9 +6,9 @@ branding: icon: check-circle inputs: k6-version: - description: "The k6 version to use (default: 0.43.0)" + description: "The k6 version to use (default: 0.44.0)" required: false - default: "0.43.0" + default: "0.44.0" command: description: The server-configs-test command to run (test or benchmark) required: false