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:
22
22
uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
- cache : " pip"
26
25
27
26
- name : Install UV
28
27
uses : astral-sh/setup-uv@v5
29
28
with :
30
- version : " >=0.5.24"
29
+ enable-cache : true
30
+ version : " >=0.6.0"
31
31
32
32
- name : Install dependencies
33
33
run : uv sync --all-extras --frozen
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
22
22
uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
- cache : " pip"
26
25
27
26
- name : Install UV
28
27
uses : astral-sh/setup-uv@v5
29
28
with :
30
- version : " >=0.5.24"
29
+ enable-cache : true
30
+ version : " >=0.6.0"
31
31
32
32
- name : Install dependencies
33
33
run : uv sync --all-extras --frozen
Original file line number Diff line number Diff line change 25
25
- name : Install UV
26
26
uses : astral-sh/setup-uv@v5
27
27
with :
28
- version : " >=0.5.24 "
28
+ version : " >=0.6.0 "
29
29
30
30
- name : Build package
31
31
run : |
Original file line number Diff line number Diff line change 28
28
- name : Install UV
29
29
uses : astral-sh/setup-uv@v5
30
30
with :
31
- version : " >=0.5.24 "
31
+ version : " >=0.6.0 "
32
32
33
33
- name : Install dependencies
34
34
run : |
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
27
27
uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
- cache : " pip"
31
30
32
31
- name : Install UV
33
32
uses : astral-sh/setup-uv@v5
34
33
with :
35
- version : " >=0.5.24"
34
+ enable-cache : true
35
+ version : " >=0.6.0"
36
36
37
37
- name : Install dependencies
38
38
run : uv sync --all-extras --frozen
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WORKDIR /isort
4
4
COPY pyproject.toml uv.lock /isort/
5
5
6
6
# 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/
8
8
9
9
# Setup as minimal a stub project as possible, simply to allow caching base dependencies
10
10
# between builds.
You can’t perform that action at this time.
0 commit comments