From 8c1bdcd6d1c1773c36cc019b8e79e5a5f8325386 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 07:00:46 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv digest to 37802ad --- .github/workflows/build.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9ca036e..ca1e2f15 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: submodules: recursive - name: Install uv and set the python version - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: python-version: ${{ matrix.python-version }} activate-environment: true @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install uv and set the python version - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: python-version: ${{ env.TARGET_PYTHON_VERSION }} ignore-nothing-to-cache: true @@ -81,7 +81,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install uv and set the python version - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: python-version: ${{ env.TARGET_PYTHON_VERSION }} ignore-nothing-to-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c505db4b..dc65d3ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install uv and set the python version - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: python-version: ${{ env.TARGET_PYTHON_VERSION }}