Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # Needed for commit history if checking multiple commits
- name: Setup uv
uses: astral-sh/setup-uv@v8.2.0
uses: astral-sh/setup-uv@v9.0.0
with:
enable-cache: true
- name: Setup Virtual Environment & Install tooling
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Setup uv
uses: astral-sh/setup-uv@v8.2.0
uses: astral-sh/setup-uv@v9.0.0
with:
enable-cache: true
- name: Setup Virtual Environment & Install tooling
Expand Down
Loading