diff --git a/.github/workflows/check_for_crowdin_updates.yml b/.github/workflows/check_for_crowdin_updates.yml index a08f33c..fa5d7e6 100644 --- a/.github/workflows/check_for_crowdin_updates.yml +++ b/.github/workflows/check_for_crowdin_updates.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.12 cache: 'pip' # caching pip dependencies - name: Install Dependencies shell: bash diff --git a/actions/setup_shared/action.yml b/actions/setup_shared/action.yml index f8ce360..360b270 100644 --- a/actions/setup_shared/action.yml +++ b/actions/setup_shared/action.yml @@ -6,7 +6,7 @@ runs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.12 cache: 'pip' # caching pip dependencies - name: Install Dependencies shell: bash