ci: update github actions py version to 3.10

This commit is contained in:
Revant Nandgaonkar 2022-07-03 13:18:36 +05:30
parent b45d8d7018
commit 90f8889903
3 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10
- name: Get latest versions
run: python3 ./.github/scripts/get_latest_tags.py --repo erpnext --version 13

View file

@ -52,7 +52,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10
- name: Install Docker Compose v2
uses: ndeloof/install-compose-action@4a33bc31f327b8231c4f343f6fba704fedc0fa23

View file

@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10
# For shfmt pre-commit hook
- name: Setup Go