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 bfe58bd + cbfe14b commit d02fb5dCopy full SHA for d02fb5d
.github/actions/setup-project/action.yml
@@ -10,7 +10,7 @@ runs:
10
11
steps:
12
- name: Install uv
13
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
14
with:
15
enable-cache: true
16
python-version: ${{ matrix.python-version }}
.github/workflows/docs.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
20
- name: Install uv and set the python version
21
22
23
24
0 commit comments