mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-20 22:05:09 +00:00
Merge branch 'master' into remove_board_finder
This commit is contained in:
commit
573708e3b1
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build_check.yml
vendored
4
.github/workflows/build_check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue