File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v4
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : astral-sh/setup-uv@v5
23+ uses : astral-sh/setup-uv@v6
2424 with :
2525 enable-cache : true
2626 cache-dependency-glob : uv.lock
4343 with :
4444 fetch-depth : 0
4545 - name : Install uv and dependencies with doc-dependencies
46- uses : astral-sh/setup-uv@v5
46+ uses : astral-sh/setup-uv@v6
4747 with :
4848 enable-cache : true
4949 cache-dependency-glob : uv.lock
Original file line number Diff line number Diff line change 3939 with :
4040 fetch-depth : 0
4141 - name : Install uv and dependencies with doc-dependencies
42- uses : astral-sh/setup-uv@v5
42+ uses : astral-sh/setup-uv@v6
4343 with :
4444 enable-cache : true
4545 cache-dependency-glob : uv.lock
You can’t perform that action at this time.
0 commit comments