Skip to content

Commit 89dbc3a

Browse files
committed
[fix:projec] Fix type in ci.yaml
1 parent 31a4769 commit 89dbc3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Check out repository
2323
uses: actions/checkout@v4
2424

25-
- name: Install uv
26-
uses: astral-sh/setup-uv-action@v1
25+
- name: Install the latest version of uv
26+
uses: astral-sh/setup-uv@v6
2727

2828
- name: Set up Python ${{ matrix.python-version }}
2929
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)