File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ jobs:
37
37
shell : bash
38
38
env :
39
39
UV_SYSTEM_PYTHON : 1
40
+
40
41
steps :
41
42
- name : 🛎️ Checkout
42
43
uses : actions/checkout@v4
43
44
44
45
- name : 🐍 Install uv with caching
45
- uses : astral-sh/setup-uv@v3
46
+ uses : astral-sh/setup-uv@v4
46
47
with :
47
48
enable-cache : true
48
- version : " 0.5.4"
49
49
50
50
- name : 🐍 Set up Python ${{ matrix.python-version }}
51
51
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -17,17 +17,15 @@ jobs:
17
17
env :
18
18
PYTHON_VERSION : " 3.12"
19
19
UV_SYSTEM_PYTHON : 1
20
+
20
21
steps :
21
22
- name : 🛎️ Checkout
22
23
uses : actions/checkout@v4
23
- # with:
24
- # ref: ${{ github.event.pull_request.head.ref }}
25
24
26
25
- name : 🐍 Install uv with caching
27
- uses : astral-sh/setup-uv@v3
26
+ uses : astral-sh/setup-uv@v4
28
27
with :
29
28
enable-cache : true
30
- version : " 0.5.4"
31
29
32
30
- name : 🐍 Set up Python ${{ env.PYTHON_VERSION }}
33
31
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments