Merge remote-tracking branch 'upstream/main' into wio-unified

This commit is contained in:
Jakub
2026-06-02 22:14:33 +02:00
6 changed files with 17 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ runs:
steps:
- name: Init Cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cache/pip
@@ -12,9 +12,9 @@ runs:
key: ${{ runner.os }}-pio
- name: Install Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.13'
- name: Install PlatformIO
shell: bash