Skip to content

fix(deps): update dependency aiohttp to >=3.14.3 (#653) #1224

fix(deps): update dependency aiohttp to >=3.14.3 (#653)

fix(deps): update dependency aiohttp to >=3.14.3 (#653) #1224

Workflow file for this run

name: Build
on:
pull_request:
push:
paths:
- .github/workflows/main.yml
- .dockerignore
- Dockerfile.build
- uv.lock
- pyproject.toml
- server/**
- language/**
- tests/**
- "**/rust-toolchain.toml"
jobs:
test:
uses: winstxnhdw/actions/.github/workflows/uv.yml@main
with:
install-project: true
build:
uses: winstxnhdw/actions/.github/workflows/docker-build.yml@main
with:
file: Dockerfile.build
cache-mode: min
push:
if: github.ref == 'refs/heads/main'
needs: [test, build]
uses: winstxnhdw/actions/.github/workflows/docker-push.yml@main
with:
file: Dockerfile.build
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
permissions:
packages: write
restart:
if: github.ref == 'refs/heads/main'
needs: push
uses: winstxnhdw/actions/.github/workflows/spaces-restart.yml@main
secrets:
token: ${{ secrets.HF_TOKEN }}