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

@ -13,10 +13,9 @@ runs:
using: "composite"
steps:
- name: Install uv
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
with:
python-version: ${{ inputs.python-version }}
version: 0.7.6
- name: Configure client installation
id: client-config

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