diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cfddc88..b18d178 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout code uses: actions/checkout@v6 - name: Install uv and set the python version ${{ matrix.python-version }} - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v7 with: python-version: ${{ matrix.python-version }} - name: Install the project