From 73c354842b87060892855cd6e552bb0f8dddfeb5 Mon Sep 17 00:00:00 2001 From: TSR Berry <20988865+TSRBerry@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:08:23 +0100 Subject: [PATCH] Update setup-python and add python-version range --- .github/actions/setup-mako/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup-mako/action.yml b/.github/actions/setup-mako/action.yml index 78f4e67..14c376c 100644 --- a/.github/actions/setup-mako/action.yml +++ b/.github/actions/setup-mako/action.yml @@ -9,8 +9,9 @@ runs: echo "mako=$(realpath '${{ github.action_path }}/../../../')" >> $GITHUB_OUTPUT shell: bash - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: + python-version: '>=3.8' cache: 'poetry' - name: Ensure pipx is available