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