mirror of
https://github.com/esphome/esphome.git
synced 2026-09-23 21:14:03 +00:00
[ci] Pin uv version in setup-uv to fix Windows manifest fetch flake (#16534)
This commit is contained in:
@@ -50,6 +50,10 @@ jobs:
|
||||
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
|
||||
with:
|
||||
enable-cache: true
|
||||
# Pin uv version so the action does not have to fetch the
|
||||
# manifest from raw.githubusercontent.com on every cache
|
||||
# miss; that fetch flakes on Windows runners.
|
||||
version: "0.11.15"
|
||||
|
||||
- name: Install Home Assistant
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user