Skip to content

Commit 6ed41ea

Browse files
Merge pull request #989 from pypa/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents a15fb8f + 64d3242 commit 6ed41ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v4
4646
- name: Setup python
47-
uses: actions/setup-python@v4
47+
uses: actions/setup-python@v5
4848
if: matrix.python_version != 'msys2'
4949
with:
5050
python-version: ${{ matrix.python_version }}

0 commit comments

Comments
 (0)