From a975628226602053ca48009ff223de6ea73ba71a Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Wed, 19 Oct 2022 12:36:58 +0200 Subject: [PATCH] Bump `actions/setup-python` --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 13d9831..fae13ba 100644 --- a/action.yml +++ b/action.yml @@ -46,7 +46,9 @@ runs: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 + with: + python-version: '3.10' - name: Install PlatformIO shell: bash run: |