From 407c6ef8431c8fdb6e86c9f58e11cb91dfd91711 Mon Sep 17 00:00:00 2001 From: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> Date: Tue, 16 Jul 2024 08:18:16 +0200 Subject: [PATCH] Update .github/actions/setup-poetry/action.yml Co-authored-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> --- .github/actions/setup-poetry/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-poetry/action.yml b/.github/actions/setup-poetry/action.yml index 53c48b91..e9ce6977 100644 --- a/.github/actions/setup-poetry/action.yml +++ b/.github/actions/setup-poetry/action.yml @@ -3,7 +3,7 @@ description: 'Set up a specific version of Poetry and install dependencies using inputs: python-version: description: "Version range or exact version of Python or PyPy to use, using SemVer's version range syntax." - default: '3.10' + default: '3.11' runs: using: 'composite' steps: