From 4a640dee855a1a2ad513aee7d25865512f7f3eb4 Mon Sep 17 00:00:00 2001 From: Max Halford Date: Tue, 5 Dec 2023 16:20:54 +0100 Subject: [PATCH] Update action.yml --- .github/actions/install-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-env/action.yml b/.github/actions/install-env/action.yml index d8aafd45..ec5451b2 100644 --- a/.github/actions/install-env/action.yml +++ b/.github/actions/install-env/action.yml @@ -9,7 +9,7 @@ runs: id: set-up-python uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.12" - name: Load cached Poetry installation uses: actions/cache@v3