We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a4769 commit 89dbc3aCopy full SHA for 89dbc3a
1 file changed
.github/workflows/ci.yml
@@ -22,8 +22,8 @@ jobs:
22
- name: Check out repository
23
uses: actions/checkout@v4
24
25
- - name: Install uv
26
- uses: astral-sh/setup-uv-action@v1
+ - name: Install the latest version of uv
+ uses: astral-sh/setup-uv@v6
27
28
- name: Set up Python ${{ matrix.python-version }}
29
uses: actions/setup-python@v5
0 commit comments