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 7d16268 commit 643526fCopy full SHA for 643526f
3 files changed
.github/workflows/main.yml
@@ -54,7 +54,7 @@ jobs:
54
steps:
55
- uses: actions/checkout@v5
56
- name: Set up Python ${{ matrix.python }}
57
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
58
if: "!endsWith(matrix.python, '-dev')"
59
with:
60
python-version: ${{ matrix.python }}
.github/workflows/mypy.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
18
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
19
20
cache: "pip"
21
cache-dependency-path: "pyproject.toml"
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
- name: Set up Python
22
python-version: '3.x'
23
cache: pip
0 commit comments