We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6baf41 commit d27ee81Copy full SHA for d27ee81
.github/workflows/build-stm32-elf.yml
@@ -30,7 +30,7 @@ jobs:
30
python-version: 3.11
31
32
- name: Install uv
33
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v7
34
35
- name: Install Swift
36
uses: ./.github/actions/install-swift
.github/workflows/build-stm32-macho.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v6
26
27
28
29
with:
0 commit comments