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 0f6ceaa commit ed3c0b8Copy full SHA for ed3c0b8
.github/workflows/docs.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: mozilla-actions/[email protected]
32
33
- name: Set up uv
34
- uses: astral-sh/setup-uv@v3
+ uses: astral-sh/setup-uv@v4
35
with:
36
version: ${{ env.UV_VERSION }}
37
enable-cache: true
.github/workflows/pull-request.yaml
@@ -34,7 +34,7 @@ jobs:
run: "sudo apt-get update && sudo apt-get install -y llvm-14"
38
39
40
@@ -81,7 +81,7 @@ jobs:
81
uses: dtolnay/rust-toolchain@stable
82
83
84
85
86
87
0 commit comments