diff --git a/.github/workflows/develop.yaml b/.github/workflows/develop.yaml index cf65caf..202fa85 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@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.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 da79a2a..64d42ca 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@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 - name: Install pebble SDK run: "uv tool install pebble-tool && pebble sdk install latest" - name: Globally enable build cache and parallel execution