File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 uses : astral-sh/setup-uv@v7
3131
3232 - name : Cache UV
33- uses : actions/cache@v4
33+ uses : actions/cache@v5
3434 with :
3535 path : ~/.cache/uv
3636 key : uv-${{ runner.os }}-docs-${{ hashFiles('uv.lock') }}
Original file line number Diff line number Diff line change 2727 uses : astral-sh/setup-uv@v7
2828
2929 - name : Cache UV
30- uses : actions/cache@v4
30+ uses : actions/cache@v5
3131 with :
3232 path : ~/.cache/uv
3333 key : uv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('uv.lock') }}
Original file line number Diff line number Diff line change 2323 python-version : " 3.14" # From pyproject.toml
2424
2525 - name : Cache UV
26- uses : actions/cache@v4
26+ uses : actions/cache@v5
2727 with :
2828 path : ~/.cache/uv
2929 key : ${{ runner.os }}-uv-${{ hashFiles('**/pyproject.toml', '**/uv.lock') }}
You can’t perform that action at this time.
0 commit comments