Skip to content

Commit

Permalink
⬆️ upgrade uv setup package to 4.1 (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 authored Nov 12, 2024
1 parent 37b00b9 commit a61d611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: setup uv
uses: yezz123/setup-uv@v4
uses: yezz123/setup-uv@v4.1
with:
uv-venv: ".venv"

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: setup UV
uses: yezz123/setup-uv@v4
uses: yezz123/setup-uv@v4.1
with:
uv-venv: ".venv"

Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: setup UV
uses: yezz123/setup-uv@v4
uses: yezz123/setup-uv@v4.1
with:
uv-venv: ".venv"

Expand Down

0 comments on commit a61d611

Please sign in to comment.