From ba3af73f388cd9e114df1755c95e8fd2eb3bc07b Mon Sep 17 00:00:00 2001 From: Benedict Diederich Date: Tue, 6 Feb 2024 21:22:10 +0100 Subject: [PATCH] Update build_platformio.yaml --- .github/workflows/build_platformio.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_platformio.yaml b/.github/workflows/build_platformio.yaml index 7c5cb1f..2e76063 100644 --- a/.github/workflows/build_platformio.yaml +++ b/.github/workflows/build_platformio.yaml @@ -22,7 +22,9 @@ jobs: ref: main submodules: recursive - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 + with: + python-version: '3.9' - name: Install dependencies run: | python -m pip install --upgrade pip