Quote Python version in yaml files

This commit is contained in:
Lev Vereshchagin 2022-07-03 11:14:12 +03:00
parent 90f8889903
commit d947b7beb6
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.10
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.10
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.10
python-version: "3.10"
# For shfmt pre-commit hook
- name: Setup Go