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: |