From 9a3fbb9a23fbc402bf10542cc56f16a5af909bf9 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Thu, 31 Oct 2024 16:19:46 -0700 Subject: [PATCH] Update to use Python 3.13 Use Python 3.13 instead of 3.12 Signed-off-by: Eric Brown --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c190712..935c329 100644 --- a/action.yml +++ b/action.yml @@ -19,10 +19,10 @@ inputs: runs: using: composite steps: - - name: Set up Python 3.12 + - name: Set up Python 3.13 uses: actions/setup-python@v5 with: - python-version: 3.12 + python-version: 3.13 - name: Install precli shell: bash