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 ffdc285 commit 2f86243Copy full SHA for 2f86243
3 files changed
.github/workflows/deploy_docs.yaml
@@ -24,7 +24,7 @@ jobs:
24
mkdocs-material-
25
26
- name: Install uv
27
- uses: astral-sh/setup-uv@v7
+ uses: astral-sh/setup-uv@v8.1.0
28
29
- name: Deploy documentation
30
run: |
.github/workflows/json_librarian.yaml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v6
22
23
- name: Sort and Update Library Files
.github/workflows/lint.yaml
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
with:
48
enable-cache: true
49
0 commit comments