Skip to content

Commit b436663

Browse files
Bump actions/setup-python from 5 to 6 (#16948)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ffd6eb2 commit b436663

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/aggregate-test-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: setup python
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929

3030
- name: Install Python libs
3131
run: python -m pip install requests

.github/workflows/build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: npm i -g npm@${{env.NPM_VERSION}}
7878

7979
- name: Use Python ${{env.PYTHON_VERSION}}
80-
uses: actions/setup-python@v5
80+
uses: actions/setup-python@v6
8181
with:
8282
python-version: ${{env.PYTHON_VERSION}}
8383

@@ -155,7 +155,7 @@ jobs:
155155
run: npm run format
156156

157157
- name: Use Python ${{env.PYTHON_VERSION}}
158-
uses: actions/setup-python@v5
158+
uses: actions/setup-python@v6
159159
with:
160160
python-version: ${{env.PYTHON_VERSION}}
161161

@@ -392,7 +392,7 @@ jobs:
392392
echo "TAGS_NAME=${TAGSVAR//[^a-zA-Z]/_}" >> $GITHUB_ENV
393393

394394
- name: Use Python ${{matrix.pythonVersion}}
395-
uses: actions/setup-python@v5
395+
uses: actions/setup-python@v6
396396
id: setupPythonVersion
397397
if: matrix.python != 'conda' && matrix.python != 'noPython'
398398
with:
@@ -812,7 +812,7 @@ jobs:
812812
persist-credentials: false
813813

814814
- name: Use Python ${{matrix.python}}
815-
uses: actions/setup-python@v5
815+
uses: actions/setup-python@v6
816816
id: setupPythonVersion
817817
with:
818818
python-version: ${{matrix.python}}

0 commit comments

Comments
 (0)