File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ jobs:
256256 with :
257257 python-version : ${{ matrix.python-version }}
258258
259- - uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
259+ - uses : astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # 7.2.1
260260 with :
261261 python-version : ${{ matrix.python-version }}
262262 enable-cache : true
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171171 fi
172172 - uses : actions/checkout@v6
173173 - name : Set up uv
174- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
174+ uses : astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # 7.2.1
175175 - name : Build & push to Artifactory PyPI
176176 env :
177177 MLRUN_VERSION : ${{ needs.prepare-inputs.outputs.version }}
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ jobs:
247247
248248 - name : Set up uv
249249 if : github.event.inputs.skip_publish_pypi != 'true'
250- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
250+ uses : astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # 7.2.1
251251
252252 - name : Upload package to target PyPI repo
253253 if : github.event.inputs.skip_publish_pypi != 'true'
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180180 token : ${{ steps.mlrun-app-token.outputs.token }}
181181 persist-credentials : false
182182 - name : Set up uv
183- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
183+ uses : astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # 7.2.1
184184 - name : Build & push to PyPI
185185 if : github.event.inputs.skip_publish_pypi != 'true'
186186 env :
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 output-credentials : true
128128
129129 - name : Install uv
130- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
130+ uses : astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # 7.2.1
131131 with :
132132 enable-cache : true
133133 python-version : 3.11
@@ -399,7 +399,7 @@ jobs:
399399 ref : ${{ needs.prepare-system-tests-enterprise-ci.outputs.mlrunBranch }}
400400
401401 - name : Install uv
402- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
402+ uses : astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # 7.2.1
403403 with :
404404 enable-cache : true
405405 python-version : 3.11
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 - uses : actions/checkout@v6
178178
179179 - name : Install uv
180- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b
180+ uses : astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41
181181 with :
182182 enable-cache : true
183183 cache-dependency-glob : " **/*requirements*.txt"
Original file line number Diff line number Diff line change 3131 steps :
3232 - uses : actions/checkout@v6
3333
34- - uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
34+ - uses : astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # 7.2.1
3535
3636 - name : Upgrade dependencies in the lock file with uv
3737 run : make upgrade-mlrun-deps-lock
You can’t perform that action at this time.
0 commit comments