Skip to content

Commit d3ee9a7

Browse files
Merge pull request #1220 from pypa/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents e4ba2e7 + 0718f7c commit d3ee9a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/api-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Setup Python
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: '3.11'
3030

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
fetch-depth: 0
5656
- name: Setup python
57-
uses: actions/setup-python@v5
57+
uses: actions/setup-python@v6
5858
if: matrix.python_version != 'msys2'
5959
with:
6060
python-version: ${{ matrix.python_version }}

0 commit comments

Comments
 (0)