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