Skip to content

Commit d231e10

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 85d33f3 commit d231e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- "3.12"
2626
steps:
2727
- uses: actions/checkout@v4
28-
- uses: actions/setup-python@v5
28+
- uses: actions/setup-python@v6
2929
with:
3030
python-version: "${{matrix.python-version}}"
3131
- run: pip install tox

0 commit comments

Comments
 (0)