Skip to content

Commit e6d6cdc

Browse files
committed
Fix typo
1 parent 1238fcd commit e6d6cdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2727
- name: Install uv and set the python version
28-
uses: astral-sh/setup-uv
28+
uses: astral-sh/setup-uv@v6
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install the project

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2828

2929
- name: Install uv and set the python version
30-
uses: astral-sh/setup-uv
30+
uses: astral-sh/setup-uv@v6
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

0 commit comments

Comments
 (0)