From 3bc92e27f7b34a7ef510bd811cede5a3d8bb3321 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 17:12:49 +0000 Subject: [PATCH] build(deps): update astral-sh/setup-uv digest to d0cc045 --- .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 6e73ec9..59cf9a8 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@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 - name: Setup Python uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 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 2d2b70b..1d8106c 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@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 - name: Setup Python uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5