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 229946a + 3f3927c commit daf68b5Copy full SHA for daf68b5
.github/workflows/api-check.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
with:
24
fetch-depth: 0
25
.github/workflows/python-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
SETUPTOOLS_SCM_NO_LOCAL: "1"
28
29
30
31
32
33
@@ -50,7 +50,7 @@ jobs:
50
51
name: ${{ matrix.os }} - Python ${{ matrix.python_version }}
52
53
54
55
56
- name: Setup python
0 commit comments