Skip to content

Commit ee650b3

Browse files
committed
Update actions/setup-python action to v5
1 parent f494925 commit ee650b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v4
32+
uses: actions/setup-python@v5
3333
with:
3434
allow-prereleases: true
3535
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)