Skip to content

build(deps): bump actions/setup-python from 5 to 6 #22

build(deps): bump actions/setup-python from 5 to 6

build(deps): bump actions/setup-python from 5 to 6 #22

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@v5
- uses: astral-sh/setup-uv@v5
with:
version: ${{ env.UV_VERSION }}
- run: make build