From d06f3fc95089f1593e422a8a022ada0149b21de1 Mon Sep 17 00:00:00 2001 From: IgorVolochay Date: Fri, 21 Aug 2026 12:23:30 +0300 Subject: [PATCH] Some bugfix --- .github/workflows/app-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app-actions.yml b/.github/workflows/app-actions.yml index ea9c565..35c2877 100644 --- a/.github/workflows/app-actions.yml +++ b/.github/workflows/app-actions.yml @@ -49,7 +49,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: 3.12 architecture: x64 - name: Setup MongoDB