From 29eaf623774cf13a909ef395ba8d51fb8dc99512 Mon Sep 17 00:00:00 2001 From: Pavel Chugaev Date: Fri, 10 Jan 2025 10:10:56 +0500 Subject: [PATCH] update github workflow --- .github/workflows/qa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 5ae432b..2bb9aa2 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: '3.10' - uses: actions/cache@v2 with: @@ -44,7 +44,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: '3.10' - uses: actions/cache@v2 with: