Skip to content

Commit

Permalink
ci(py): update the setup-uv to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Dec 6, 2024
1 parent 23c1344 commit 023f581
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up UV Environment
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
version: "latest"

Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up UV Environment
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
version: "latest"

Expand Down

0 comments on commit 023f581

Please sign in to comment.