diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index f8e8398..0ea81be 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -32,7 +32,7 @@ jobs: with: fetch-depth: 0 - name: Install the latest version of uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v6 with: cache-dependency-glob: "pyproject.toml" - name: Install tox diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a26f436..8cc40ee 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Install the latest version of uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v6 with: enable-cache: true cache-dependency-glob: "pyproject.toml"