update setup-python

This commit is contained in:
Peter Buchegger 2024-09-13 13:21:45 +00:00
parent 97ce9321bc
commit 67add926b2
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,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
@ -56,7 +56,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

View file

@ -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