From 372e603c10df0640455a428f74e4099ce219d69d Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Thu, 29 Aug 2024 12:41:31 -0400 Subject: [PATCH] fix python version to work with new yardstick Signed-off-by: Will Murphy --- .github/actions/bootstrap/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/bootstrap/action.yaml b/.github/actions/bootstrap/action.yaml index a23b7937..49d634d4 100644 --- a/.github/actions/bootstrap/action.yaml +++ b/.github/actions/bootstrap/action.yaml @@ -8,7 +8,7 @@ inputs: python-version: description: "Python version to install" required: true - default: "3.10" + default: "3.11" go-dependencies: description: "Download go dependencies" required: true