mirror of https://github.com/arendst/Tasmota.git
actions/setup-python@v4
This commit is contained in:
parent
432bd6b0f3
commit
4ec5c16ef8
|
@ -58,7 +58,7 @@ jobs:
|
|||
with:
|
||||
ref: master
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install wheel
|
||||
|
@ -83,7 +83,7 @@ jobs:
|
|||
with:
|
||||
ref: master
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install wheel
|
||||
|
|
Loading…
Reference in New Issue