From 7c2ae6519cc13dca758a39084a5b4ef0220dcf3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 17:31:24 +0000 Subject: [PATCH] build(deps): update astral-sh/setup-uv digest to 681c641 --- .github/workflows/release.yaml | 2 +- .../actions/setup-env/action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 82295ee..94dacd2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: fetch-tags: true - name: Setup uv - uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7 + uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7 - name: Setup Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 diff --git a/template/{% if repository_provider == 'github' %}.github{% endif %}/actions/setup-env/action.yaml b/template/{% if repository_provider == 'github' %}.github{% endif %}/actions/setup-env/action.yaml index d32d6d5..9c1b29a 100644 --- a/template/{% if repository_provider == 'github' %}.github{% endif %}/actions/setup-env/action.yaml +++ b/template/{% if repository_provider == 'github' %}.github{% endif %}/actions/setup-env/action.yaml @@ -12,7 +12,7 @@ runs: using: composite steps: - name: Setup uv - uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7 + uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7 - name: Setup Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6