From 9af03ec9bcb587888b22aff4cf3e625df5d853c0 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Sun, 19 Apr 2026 02:52:40 +0000 Subject: [PATCH] Update actions/setup-python action to v6 --- .github/workflows/esp32_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/esp32_build.yml b/.github/workflows/esp32_build.yml index 13b8d38..39a5416 100644 --- a/.github/workflows/esp32_build.yml +++ b/.github/workflows/esp32_build.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v6 - name: Install PlatformIO run: |