From d7d8663473c4cd35f0f2931bb4ba07b31d87c147 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 14:34:02 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv digest to d0cc045 --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e0fa69c..06592a01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: submodules: recursive - name: Install uv and set the python version ${{ matrix.python-version }} - uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 with: python-version: ${{ matrix.python-version }} @@ -102,7 +102,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install uv and set the python version - uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 with: python-version: "3.13" enable-cache: false # caching is done automatically in `pre-commit/action` diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db13fee7..f44a9d64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: submodules: recursive - name: Install uv and set the python version - uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 with: python-version: "3.13"