We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ccb8a commit 9bd209eCopy full SHA for 9bd209e
2 files changed
.github/workflows/copilot-setup-steps.yml
@@ -26,7 +26,7 @@ jobs:
26
# If you do not check out your code, Copilot will do this for you.
27
steps:
28
- name: Install the latest version of uv
29
- uses: astral-sh/setup-uv@v7
+ uses: astral-sh/setup-uv@v8.0.0
30
with:
31
version: "latest"
32
.github/workflows/pytest_mpflash.yml
@@ -53,9 +53,9 @@ jobs:
53
# uv is not in the default image
54
#----------------------------------------------
55
56
57
58
- version: "latest"
+ version: "latest"
59
60
- name: Set up Python ${{ matrix.python-version }}
61
uses: actions/setup-python@v6
0 commit comments