From 0f56b5837eb264fe641c2e7854ffc9ef80f2092e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:31:33 +0000 Subject: [PATCH] GitHub Action: Bump actions/setup-python from 2 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/BuildPlatform.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/request-reviews.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/BuildPlatform.yml b/.github/workflows/BuildPlatform.yml index c02ac35a5a..2d3d817655 100644 --- a/.github/workflows/BuildPlatform.yml +++ b/.github/workflows/BuildPlatform.yml @@ -73,7 +73,7 @@ jobs: if: ${{ startsWith(inputs.runs-on, 'ubuntu') }} - name: Set up Python ${{ inputs.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v6 with: python-version: ${{ inputs.python-version }} if: ${{ !startsWith(inputs.runs-on, 'ubuntu') }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c22fa8dd61..1813f44fac 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' cache: 'pip' diff --git a/.github/workflows/request-reviews.yml b/.github/workflows/request-reviews.yml index d04901d578..fa5bf19c9d 100644 --- a/.github/workflows/request-reviews.yml +++ b/.github/workflows/request-reviews.yml @@ -53,7 +53,7 @@ jobs: Maintainers.txt - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x' cache: 'pip'