From 4607e159d4c45c9a5dcd9219ddbdefcc8f1738fc Mon Sep 17 00:00:00 2001 From: programminghoch10 <16062290+programminghoch10@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:04:19 +0200 Subject: [PATCH] update actions and ci python version updated python version to the newest python version currently used in platformio-core ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5bac80..df7d9fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,11 +9,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: - python-version: '3.9' + python-version: '3.14' - name: Install PlatformIO run: | python -m pip install --upgrade pip