File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python-version }}
25- cache : " pip"
2625
2726 - name : Install UV
2827 uses : astral-sh/setup-uv@v5
2928 with :
30- version : " >=0.5.24"
29+ enable-cache : true
30+ version : " >=0.6.0"
3131
3232 - name : Install dependencies
3333 run : uv sync --all-extras --frozen
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python-version }}
25- cache : " pip"
2625
2726 - name : Install UV
2827 uses : astral-sh/setup-uv@v5
2928 with :
30- version : " >=0.5.24"
29+ enable-cache : true
30+ version : " >=0.6.0"
3131
3232 - name : Install dependencies
3333 run : uv sync --all-extras --frozen
Original file line number Diff line number Diff line change 2525 - name : Install UV
2626 uses : astral-sh/setup-uv@v5
2727 with :
28- version : " >=0.5.24 "
28+ version : " >=0.6.0 "
2929
3030 - name : Build package
3131 run : |
Original file line number Diff line number Diff line change 2828 - name : Install UV
2929 uses : astral-sh/setup-uv@v5
3030 with :
31- version : " >=0.5.24 "
31+ version : " >=0.6.0 "
3232
3333 - name : Install dependencies
3434 run : |
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727 uses : actions/setup-python@v5
2828 with :
2929 python-version : ${{ matrix.python-version }}
30- cache : " pip"
3130
3231 - name : Install UV
3332 uses : astral-sh/setup-uv@v5
3433 with :
35- version : " >=0.5.24"
34+ enable-cache : true
35+ version : " >=0.6.0"
3636
3737 - name : Install dependencies
3838 run : uv sync --all-extras --frozen
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WORKDIR /isort
44COPY pyproject.toml uv.lock /isort/
55
66# Install uv
7- COPY --from=ghcr.io/astral-sh/uv:0.5.24 /uv /uvx /bin/
7+ COPY --from=ghcr.io/astral-sh/uv:0.6.0 /uv /uvx /bin/
88
99# Setup as minimal a stub project as possible, simply to allow caching base dependencies
1010# between builds.
You can’t perform that action at this time.
0 commit comments