From 47e739eb59ca912f03caea33ce463535fe103966 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:53:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20astral-sh/setup-u?= =?UTF-8?q?v=20action=20to=20v8.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yaml | 2 +- .github/workflows/linting.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- .github/workflows/tests.yaml | 4 ++-- .github/workflows/typing.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index e501ad75..5273812a 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -27,7 +27,7 @@ jobs: with: persist-credentials: false - name: 🏗 Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: true - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index b2c0bdf1..1d958e62 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -25,7 +25,7 @@ jobs: with: persist-credentials: false - name: 🏗 Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: true - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} @@ -49,7 +49,7 @@ jobs: with: persist-credentials: false - name: 🏗 Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: true - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9851ebbf..9a955c66 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: with: persist-credentials: false - name: 🏗 Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: false - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7b10728a..fdb4953b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -33,7 +33,7 @@ jobs: with: persist-credentials: false - name: 🏗 Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: true - name: 🏗 Set up Python ${{ matrix.python }} @@ -68,7 +68,7 @@ jobs: - name: ⬇️ Download coverage data uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 - name: 🏗 Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: true - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} diff --git a/.github/workflows/typing.yaml b/.github/workflows/typing.yaml index 4b93d71e..3d107638 100644 --- a/.github/workflows/typing.yaml +++ b/.github/workflows/typing.yaml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: 🏗 Set up uv # yamllint disable-line rule:line-length - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: true - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}