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?"