Skip to content

Commit 45594a2

Browse files
ci(deps): update dependency astral-sh/uv to v0.11.6
1 parent 45d1fc4 commit 45594a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/component-builder-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install uv
3939
uses: astral-sh/setup-uv@v7
4040
with:
41-
version: "0.11.3"
41+
version: "0.11.6"
4242
- name: Create VM
4343
working-directory: ./containers/fedora
4444
env:

.github/workflows/component-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install uv
3737
uses: astral-sh/setup-uv@v7
3838
with:
39-
version: "0.11.3"
39+
version: "0.11.6"
4040
- name: Create VM
4141
working-directory: ./containers/fedora
4242
env:

0 commit comments

Comments
 (0)