We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515c281 commit 6cce403Copy full SHA for 6cce403
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Lint (ruff)
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
15
16
- name: Setup uv environment
17
uses: ./.github/actions/setup-uv
@@ -28,7 +28,7 @@ jobs:
28
name: Test (pytest)
29
30
31
32
33
34
@@ -56,7 +56,7 @@ jobs:
56
name: Docs (Sphinx)
57
58
59
60
61
62
0 commit comments