From 0f08c4f318aaa76b430779f95be3da1fa709ddc5 Mon Sep 17 00:00:00 2001 From: Nils Hanke Date: Wed, 14 Sep 2022 16:12:28 +0200 Subject: [PATCH] E2E: Update sonobuoy to 0.56.10 --- .github/actions/sonobuoy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/sonobuoy/action.yml b/.github/actions/sonobuoy/action.yml index d35cef097..b1ea58e41 100644 --- a/.github/actions/sonobuoy/action.yml +++ b/.github/actions/sonobuoy/action.yml @@ -3,7 +3,7 @@ description: "Executed the e2e test framework sonobuoy." inputs: sonobuoyVersion: description: "Version of sonobuoy test CLI to use." - default: "0.56.4" + default: "0.56.10" required: true sonobuoyTestSuiteCmd: description: "Which tests should be run?"