Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# ----- setup uv and load cache -----
#----------------------------------------------
- name: Set up uv
uses: astral-sh/setup-uv@2382069a66b5b52782577081ec324838fd5fc1fc
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
with:
version: ${{ env.UV_VERSION }}
enable-cache: true
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
# ----- setup uv and load cache -----
#----------------------------------------------
- name: Set up uv
uses: astral-sh/setup-uv@2382069a66b5b52782577081ec324838fd5fc1fc
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
with:
version: ${{ env.UV_VERSION }}
enable-cache: true
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
# ----- setup uv and load cache -----
#----------------------------------------------
- name: Set up uv
uses: astral-sh/setup-uv@2382069a66b5b52782577081ec324838fd5fc1fc
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
with:
version: ${{ env.UV_VERSION }}
enable-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# ----- setup uv and load cache -----
#----------------------------------------------
- name: Set up uv
uses: astral-sh/setup-uv@2382069a66b5b52782577081ec324838fd5fc1fc
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
with:
version: ${{ env.UV_VERSION }}
enable-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Set up uv
if: hashFiles('uv.lock') != ''
uses: astral-sh/setup-uv@2382069a66b5b52782577081ec324838fd5fc1fc
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
with:
version: ${{ env.UV_VERSION }}
enable-cache: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
submodules: true

- name: Set up uv
uses: astral-sh/setup-uv@2382069a66b5b52782577081ec324838fd5fc1fc
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
with:
version: ${{ env.UV_VERSION }}
enable-cache: true
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
submodules: true

- name: Set up uv
uses: astral-sh/setup-uv@2382069a66b5b52782577081ec324838fd5fc1fc
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
with:
version: ${{ env.UV_VERSION }}
enable-cache: true
Expand Down