actions updated

This commit is contained in:
KlausMu 2024-03-12 21:14:36 +01:00
parent dd36f09c15
commit c220ed886b
1 changed files with 4 additions and 4 deletions

View File

@ -7,16 +7,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.12"
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Install SDL2