diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 1277b2a..f686331 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -40,7 +40,7 @@ jobs: with: fetch-depth: 0 - name: "๐Ÿ”„ Install the latest version of uv" - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 - name: "๐Ÿงช Install tox" run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv - name: "๐Ÿ Install Python" @@ -85,7 +85,7 @@ jobs: with: fetch-depth: 0 - name: "๐Ÿ”„ Install the latest version of uv" - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 - name: "๐Ÿงช Install tox" run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv - name: "๐Ÿ“ฆ Build package to generate version" @@ -131,7 +131,7 @@ jobs: with: fetch-depth: 0 - name: "๐Ÿ”„ Install the latest version of uv" - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 - name: "๐Ÿงช Install tox" run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv - name: "โš™๏ธ Setup test suite" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 786aec2..4f4f35c 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@v6 + uses: astral-sh/setup-uv@v7 - name: "๐Ÿ“ฆ Build package" run: uv build --python 3.13 --python-preference only-managed --sdist --wheel . --out-dir dist - name: "๐Ÿ“ค Store the distribution packages"