From 318cd6f8b92e58173752ed53b10f0c511d4d26b7 Mon Sep 17 00:00:00 2001 From: Otto Bittner Date: Mon, 28 Nov 2022 13:35:12 +0100 Subject: [PATCH] Use older sonobuoy: 0.56.10 --- .github/actions/e2e_sonobuoy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e_sonobuoy/action.yml b/.github/actions/e2e_sonobuoy/action.yml index 29f920c52..777324efc 100644 --- a/.github/actions/e2e_sonobuoy/action.yml +++ b/.github/actions/e2e_sonobuoy/action.yml @@ -4,7 +4,7 @@ description: "Execute the e2e test framework sonobuoy." inputs: sonobuoyVersion: description: "Version of sonobuoy test CLI to use." - default: "0.56.12" + default: "0.56.10" required: true sonobuoyTestSuiteCmd: description: "Which tests should be run?"