From ccf37baee1e2bdd7b36d80793026be807832bced Mon Sep 17 00:00:00 2001 From: Yasser Tahiri Date: Wed, 13 Nov 2024 00:02:53 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20the=20uv=20setup?= =?UTF-8?q?=20package=20to=204.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 847b4e97..0302757c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" @@ -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" @@ -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"