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 093376d commit fcff6d4Copy full SHA for fcff6d4
.github/workflows/docs.yml
@@ -28,7 +28,7 @@ jobs:
28
python-version: '3.14.2'
29
30
- name: Install uv
31
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v7
32
33
- name: Install dependencies
34
run: uv sync --group docs
.github/workflows/markdown-code-runner.yml
@@ -22,7 +22,7 @@ jobs:
22
python-version: "3.14.2"
23
24
25
26
27
- name: Run markdown-code-runner
run: |
0 commit comments