File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
run : cat "${{ steps.git-cliff.outputs.changelog }}"
41
41
42
42
- name : Install uv
43
- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
43
+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4 .1
44
44
with :
45
45
version : " 0.6.3"
46
46
cache-dependency-glob : uv.lock
Original file line number Diff line number Diff line change 33
33
# sudo apt-get install -y YOUR_PROJECT_DEPENDENCIES
34
34
35
35
- name : Install uv (python package manager)
36
- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
36
+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4 .1
37
37
with :
38
38
version : " 0.6.3"
39
39
enable-cache : true
Original file line number Diff line number Diff line change 22
22
fetch-depth : 0
23
23
24
24
- name : Install uv
25
- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
25
+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4 .1
26
26
with :
27
27
version : " 0.6.3"
28
28
enable-cache : true
You can’t perform that action at this time.
0 commit comments