Skip to content

Commit 25e98de

Browse files
Update actions/setup-python action to v6
1 parent cf48bc0 commit 25e98de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Set up Python ${{ matrix.pyversion }}
64-
uses: actions/setup-python@v5
64+
uses: actions/setup-python@v6
6565
with:
6666
python-version: ${{ matrix.pyversion }}
6767

0 commit comments

Comments
 (0)