summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-15 16:06:27 +0300
committerGitHub <noreply@github.com>2025-09-15 16:06:27 +0300
commitc4545aba9f1b1d928f8d13da177e1bd968e7c5e7 (patch)
tree5f174370e8a99e0accaa7ac3aca76bad799f9686
parent282a324bf43b5c7825e4b1ef946d29178cbd07dc (diff)
downloadedk2-dependabot/github_actions/actions/setup-python-6.tar.xz
GitHub Action: Bump actions/setup-python from 2 to 6dependabot/github_actions/actions/setup-python-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>
-rw-r--r--.github/workflows/BuildPlatform.yml2
-rw-r--r--.github/workflows/codeql.yml2
-rw-r--r--.github/workflows/request-reviews.yml2
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'