We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138732a commit a12f3d9Copy full SHA for a12f3d9
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
run: brew install enchant
54
if: runner.os == 'macOS' && startsWith(matrix.noxenv, 'docs')
55
- name: Set up Python
56
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
57
with:
58
python-version: |
59
3.9
0 commit comments