File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : Install the latest version of uv
37
- uses : astral-sh/setup-uv@v2
37
+ uses : astral-sh/setup-uv@v3
38
38
with :
39
39
enable-cache : true
40
40
github-token : ${{ secrets.GITHUB_TOKEN }}
93
93
- name : Let us have colors
94
94
run : echo "FORCE_COLOR=true" >> "$GITHUB_ENV"
95
95
- name : Install the latest version of uv
96
- uses : astral-sh/setup-uv@v2
96
+ uses : astral-sh/setup-uv@v3
97
97
with :
98
98
enable-cache : true
99
99
github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -140,7 +140,7 @@ jobs:
140
140
- { "name": "readme", "target": "run" }
141
141
steps :
142
142
- name : Install the latest version of uv
143
- uses : astral-sh/setup-uv@v2
143
+ uses : astral-sh/setup-uv@v3
144
144
with :
145
145
enable-cache : true
146
146
github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments