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 0dcf07e commit 8e942f3Copy full SHA for 8e942f3
.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]
@@ -57,7 +57,7 @@ jobs:
57
run: brew install enchant
58
if: runner.os == 'macOS' && startsWith(matrix.noxenv, 'docs')
59
- name: Set up Python
60
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
61
62
python-version: |
63
3.8
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
91
- name: Install dependencies
0 commit comments