From 5ca73dd2dd779d33b33eb7a15429fa12e11853ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:28:04 +0000 Subject: [PATCH] chore: update astral-sh/setup-uv action to v8 --- .github/workflows/develop.yaml | 2 +- .github/workflows/verifyPr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop.yaml b/.github/workflows/develop.yaml index 1461d92..8aea918 100644 --- a/.github/workflows/develop.yaml +++ b/.github/workflows/develop.yaml @@ -121,7 +121,7 @@ jobs: run: "sudo apt-get install -y libfreetype6 fontconfig fonts-dejavu" if: "${{ env.BUILD_MOBILE == 'true' }}" - name: Install uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 if: "${{ env.BUILD_WATCH == 'true' }}" # Newest version of Python is not supported by the Pebble SDK yet - name: Downgrade python to 3.13 diff --git a/.github/workflows/verifyPr.yaml b/.github/workflows/verifyPr.yaml index 650a49f..fb3a08d 100644 --- a/.github/workflows/verifyPr.yaml +++ b/.github/workflows/verifyPr.yaml @@ -15,7 +15,7 @@ jobs: - name: Install screenshot test dependencies run: "sudo apt-get install -y libfreetype6 fontconfig fonts-dejavu" - name: Install uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 - name: Install pebble SDK run: "uv tool install pebble-tool && pebble sdk install latest" - name: Globally enable build cache and parallel execution