diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 0c17c00e..a7b06a0e 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Install uv (and enable caching) - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: enable-cache: true diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 2e131f35..15399724 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Install uv (and enable caching) - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: enable-cache: true @@ -76,7 +76,7 @@ jobs: rm -rf temp_repo - name: Install uv (and enable caching) - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: enable-cache: true