From 265257eee31b875335bde9bf9364a13241a552b0 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Sun, 8 Dec 2024 11:29:25 -0500 Subject: [PATCH] chore(ci): Update setup-uv version --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 46a5e1cdc..abcf1ed38 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -183,7 +183,7 @@ jobs: submodules: recursive fetch-depth: 0 - name: Install the latest version of uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v4 - name: Set up Python ${{ matrix.python-version }} if: "!endsWith(matrix.python-version, 't')" uses: actions/setup-python@v5