mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
actions/setup-python@v4
This commit is contained in:
parent
115caf2bc9
commit
432bd6b0f3
4
.github/workflows/Tasmota_build_devel.yml
vendored
4
.github/workflows/Tasmota_build_devel.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: development
|
ref: development
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
@ -84,7 +84,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: development
|
ref: development
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user