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 bed0462 + ecfb511 commit dc99175Copy full SHA for dc99175
.github/workflows/mypy.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v5
22
- name: Set up Python ${{matrix.python-version}}
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: ${{matrix.python-version}}
26
.github/workflows/pytests.yml
0 commit comments