ci: update GitHub Actions and Python version, fix ruby-version typo

This commit is contained in:
Sefinek
2026-05-28 16:01:59 +02:00
parent c940ea5f30
commit bbd37f53a8
6 changed files with 17 additions and 17 deletions
@@ -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