Skip to content

Commit 9bd209e

Browse files
committed
ci: astral-sh/setup-uv@v8.0.0
Signed-off-by: Jos Verlinde <Jos_Verlinde@hotmail.com>
1 parent 53ccb8a commit 9bd209e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# If you do not check out your code, Copilot will do this for you.
2727
steps:
2828
- name: Install the latest version of uv
29-
uses: astral-sh/setup-uv@v7
29+
uses: astral-sh/setup-uv@v8.0.0
3030
with:
3131
version: "latest"
3232

.github/workflows/pytest_mpflash.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
# uv is not in the default image
5454
#----------------------------------------------
5555
- name: Install the latest version of uv
56-
uses: astral-sh/setup-uv@v7
56+
uses: astral-sh/setup-uv@v8.0.0
5757
with:
58-
version: "latest"
58+
version: "latest"
5959

6060
- name: Set up Python ${{ matrix.python-version }}
6161
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)