Skip to content

Commit 19d1822

Browse files
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](actions/setup-python@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] <[email protected]>
1 parent 4380456 commit 19d1822

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/BuildPlatform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: ${{ startsWith(inputs.runs-on, 'ubuntu') }}
7474
7575
- name: Set up Python ${{ inputs.python-version }}
76-
uses: actions/setup-python@v2
76+
uses: actions/setup-python@v6
7777
with:
7878
python-version: ${{ inputs.python-version }}
7979
if: ${{ !startsWith(inputs.runs-on, 'ubuntu') }}

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@v4
7878

7979
- name: Install Python
80-
uses: actions/setup-python@v5
80+
uses: actions/setup-python@v6
8181
with:
8282
python-version: '3.11'
8383
cache: 'pip'

.github/workflows/request-reviews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
Maintainers.txt
5454
5555
- name: Setup Python
56-
uses: actions/setup-python@v5
56+
uses: actions/setup-python@v6
5757
with:
5858
python-version: '3.x'
5959
cache: 'pip'

0 commit comments

Comments
 (0)