From 98e68e712ec4e8a78ce07de1c57a1079de062850 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 23:47:23 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v4 --- .github/workflows/temp-http.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/temp-http.yml b/.github/workflows/temp-http.yml index 6742370..e81d9f6 100644 --- a/.github/workflows/temp-http.yml +++ b/.github/workflows/temp-http.yml @@ -22,7 +22,7 @@ jobs: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 - name: Install PlatformIO run: | python -m pip install --upgrade pip