Bump astral-sh/setup-uv from 4 to 5 in /.github/workflows (#19736)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
dependabot[bot] 2025-03-17 14:15:22 +01:00 committed by GitHub
parent e19c64fc4a
commit ef208f3b3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -247,7 +247,7 @@ jobs:
python3.11 -m venv env
source env/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- name: Install requirements
run: |
uv pip install -e ".[export]" pytest mlflow pycocotools --extra-index-url https://download.pytorch.org/whl/cpu --index-strategy unsafe-best-match