We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c7431a + 57148ff commit 305cf37Copy full SHA for 305cf37
.github/workflows/mypy.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v5
20
- name: Set up Python
21
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
22
with:
23
python-version: ${{matrix.python-version}}
24
.github/workflows/pytest.yml
0 commit comments