chore: standardize to official astral-sh/setup-uv@v6 action (#24527)
This commit is contained in:
parent
410fe7293f
commit
884fdc2fa8
6 changed files with 16 additions and 43 deletions
6
.github/workflows/db-migration-test.yml
vendored
6
.github/workflows/db-migration-test.yml
vendored
|
|
@ -25,9 +25,11 @@ jobs:
|
|||
persist-credentials: false
|
||||
|
||||
- name: Setup UV and Python
|
||||
uses: ./.github/actions/setup-uv
|
||||
uses: astral-sh/setup-uv@v6
|
||||
with:
|
||||
uv-lockfile: api/uv.lock
|
||||
enable-cache: true
|
||||
python-version: "3.12"
|
||||
cache-dependency-glob: api/uv.lock
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync --project api
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue