Merge branch 'master' into remove_board_finder

pull/344/head
Peter Buchegger 2024-09-13 13:34:04 +00:00
commit 573708e3b1
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ jobs:
~/.cache/pip
~/.platformio/.cache
key: compile-cache
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install PlatformIO
@ -59,7 +59,7 @@ jobs:
~/.cache/pip
~/.platformio/.cache
key: check-cache
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install PlatformIO

Wyświetl plik

@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
- run: pip install GitPython
- name: check version
run: ./scripts/check_version.py