Update actions/setup-python action

This commit is contained in:
Will Tatam
2024-09-07 17:55:12 +01:00
parent fff7a47ab5
commit ebbd06800e

View File

@@ -16,7 +16,7 @@ jobs:
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: | restore-keys: |
${{ runner.os }}-pip- ${{ runner.os }}-pip-
- uses: actions/setup-python@v4 - uses: actions/setup-python@v5
with: with:
python-version: '3.9' python-version: '3.9'
- name: Install PlatformIO - name: Install PlatformIO