From fdc17497bb07200999801a26829e263bbb352b90 Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Mon, 17 Feb 2025 13:31:40 +0200 Subject: [PATCH] Fix Python version for deploy workflow --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f16d060..3e5d390 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: - python-version: 3.7 + python-version: 3.13 - name: Build and deploy run: |