diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index eb8419ef3..b5f17d314 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v5 - name: Install uv and set the python version id: setup-uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: version: "0.8.15" # It is considered best practice to pin to a specific uv version # https://github.com/astral-sh/setup-uv?tab=readme-ov-file#enable-caching @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@v5 - name: Install uv and set the python version id: setup-uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: # https://docs.astral.sh/uv/guides/integration/github/#multiple-python-versions python-version: ${{ matrix.python-version }}