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.
2 parents 74eb096 + adabdd3 commit c0b7866Copy full SHA for c0b7866
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v4
21
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
22
with:
23
python-version: "3.x"
24
- uses: pre-commit/[email protected]
@@ -74,7 +74,7 @@ jobs:
74
run: brew install enchant
75
if: runner.os == 'macOS' && startsWith(matrix.noxenv, 'docs')
76
- name: Set up Python
77
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
78
79
python-version: |
80
3.8
@@ -107,7 +107,7 @@ jobs:
107
108
fetch-depth: 0
109
110
111
112
113
- name: Install dependencies
0 commit comments