From 29640c95edd01ecbba96df545d5b94802c00b996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:24:50 +0000 Subject: [PATCH] ci(deps): bump actions/setup-python from 6 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/pio-dependency-check.yml | 2 +- .github/workflows/plaform.io.yml | 2 +- .github/workflows/platformio-update-check.yml | 2 +- .github/workflows/release.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2ed11f0..038a95a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -54,7 +54,7 @@ jobs: languages: ${{ matrix.language }} - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.11" diff --git a/.github/workflows/pio-dependency-check.yml b/.github/workflows/pio-dependency-check.yml index 6f55263..26cb4dd 100644 --- a/.github/workflows/pio-dependency-check.yml +++ b/.github/workflows/pio-dependency-check.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.11" diff --git a/.github/workflows/plaform.io.yml b/.github/workflows/plaform.io.yml index 7d69f5a..e034f15 100644 --- a/.github/workflows/plaform.io.yml +++ b/.github/workflows/plaform.io.yml @@ -57,7 +57,7 @@ jobs: ${{ runner.os }}-pio- - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.x" diff --git a/.github/workflows/platformio-update-check.yml b/.github/workflows/platformio-update-check.yml index d1a93af..f664598 100644 --- a/.github/workflows/platformio-update-check.yml +++ b/.github/workflows/platformio-update-check.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.11" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5ad850..e8f69a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: ${{ runner.os }}-pio- - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.x"