fix(ci): use latest version of setup-uv and remove pin (#4299)

# What does this PR do?
this commit puts aligns all 'setup-uv' instances to the latest version
and removes the pin keeping several actions on a very old version

Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
Nathan Weinberg 2025-12-03 17:13:10 -05:00 committed by GitHub
parent ee1e63e9b9
commit c57c2ae562
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -28,7 +28,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
activate-environment: true
version: 0.7.6
- name: Build Llama Stack API package
working-directory: src/llama_stack_api