| commit | c4545aba9f1b1d928f8d13da177e1bd968e7c5e7 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Sep 15 13:06:27 2025 +0000 |
| committer | GitHub <noreply@github.com> | Mon Sep 15 13:06:27 2025 +0000 |
| tree | 5f174370e8a99e0accaa7ac3aca76bad799f9686 | |
| parent | 282a324bf43b5c7825e4b1ef946d29178cbd07dc [diff] |
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] <support@github.com>
diff --git a/.github/workflows/BuildPlatform.yml b/.github/workflows/BuildPlatform.yml index c02ac35..2d3d817 100644 --- a/.github/workflows/BuildPlatform.yml +++ b/.github/workflows/BuildPlatform.yml
@@ -73,7 +73,7 @@ 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 c22fa8d..1813f44 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml
@@ -77,7 +77,7 @@ 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 d04901d..fa5bf19 100644 --- a/.github/workflows/request-reviews.yml +++ b/.github/workflows/request-reviews.yml
@@ -53,7 +53,7 @@ Maintainers.txt - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x' cache: 'pip'