We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f198d9d + ecee8f7 commit ae166b9Copy full SHA for ae166b9
.github/workflows/quality.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Check out
18
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
19
with:
20
fetch-depth: 0 # Needed for setuptools_scm to work correctly
21
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
shell: bash
22
23
24
25
26
27
- name: Install uv
.github/workflows/typecheck.yml
@@ -22,7 +22,7 @@ jobs:
28
0 commit comments