diff --git a/action.yml b/action.yml index 5369a03..29b6025 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.46.0)" + description: "The k6 version to use (default: 0.47.0)" required: false - default: "0.46.0" + default: "0.47.0" command: description: The server-configs-test command to run (test or benchmark) required: false