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 2510ebf + dbd5752 commit 0f69c0dCopy full SHA for 0f69c0d
.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]
@@ -60,7 +60,7 @@ jobs:
60
run: brew install enchant
61
if: runner.os == 'macOS' && startsWith(matrix.noxenv, 'docs')
62
- name: Set up Python
63
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
64
65
python-version: |
66
3.8
@@ -90,7 +90,7 @@ jobs:
90
91
submodules: "recursive"
92
93
94
95
96
- name: Install dependencies
0 commit comments