Skip to content

build(deps): bump astral-sh/setup-uv from 5 to 6 #16

build(deps): bump astral-sh/setup-uv from 5 to 6

build(deps): bump astral-sh/setup-uv from 5 to 6 #16

Workflow file for this run

name: build
on:
push:
branches: main
pull_request:
branches: main
env:
PYTHON_VERSION: "3.11"
UV_VERSION: "0.5.13"
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
with:
version: ${{ env.UV_VERSION }}
- run: make build