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 16c5a86 commit 08ed70bCopy full SHA for 08ed70b
3 files changed
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
python: "3.14"
53
experimental: false
54
steps:
55
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
56
- name: Set up Python ${{ matrix.python }}
57
uses: actions/setup-python@v5
58
if: "!endsWith(matrix.python, '-dev')"
.github/workflows/mypy.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Check code with mypy
15
runs-on: ubuntu-latest
16
17
18
- uses: actions/setup-python@v5
19
with:
20
cache: "pip"
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
id-token: write
- name: Set up Python
21
0 commit comments