From 2e9ce4f6903021357560089e94564f24a3226575 Mon Sep 17 00:00:00 2001 From: Daniel Andarge Date: Thu, 27 Jun 2024 18:55:03 +0300 Subject: [PATCH] Update ci-cd.yml --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a8fd038..6b17a7a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: 3.12.0 - name: Install dependencies run: |