We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751fb41 commit 0b9e427Copy full SHA for 0b9e427
2 files changed
.github/workflows/e2e_test.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Install uv
49
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
50
with:
51
- version: "0.11.7"
+ version: "0.11.8"
52
- name: Build and setup ota-image-builder binary
53
run: |
54
uv run --locked pyinstaller -s -F --optimize=2 \
.github/workflows/lock_file_management.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
- name: "Set up Python"
34
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
0 commit comments