mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-07 04:56:49 +00:00
Fix workflow python version picking with quotes (#24263)
This commit is contained in:
parent
3e5facdb71
commit
79f04bda65
2
.github/workflows/security-scan.yml
vendored
2
.github/workflows/security-scan.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.10
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: '3.10'
|
||||||
|
|
||||||
- name: Set up JDK 21
|
- name: Set up JDK 21
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
|
|||||||
2
.github/workflows/validate-jsons-yamls.yml
vendored
2
.github/workflows/validate-jsons-yamls.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.10
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: '3.10'
|
||||||
|
|
||||||
- name: Install Ubuntu related dependencies
|
- name: Install Ubuntu related dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user