Skip to content

Commit 5565583

Browse files
Update actions/setup-python action to v5
1 parent d0ca7e2 commit 5565583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.platform }}
3232

3333
steps:
34-
- uses: actions/setup-python@v4
34+
- uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)