From 9d7216f598a282d85c5f97fce3ac8919d3799556 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 19:39:08 +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 8e51f584..f78c2c61 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 4e51b18e..ea405f3d 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 37673615..f8cf9e8c 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 1c329579..45f0766a 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 c77d53f6..d10ceec6 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 }}