Skip to content

chore(deps): bump aiohttp from 3.13.2 to 3.13.3 in /agents/rag (#1940) #5511

chore(deps): bump aiohttp from 3.13.2 to 3.13.3 in /agents/rag (#1940)

chore(deps): bump aiohttp from 3.13.2 to 3.13.3 in /agents/rag (#1940) #5511

Workflow file for this run

name: Common
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
jobs:
check:
name: Check & test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: mise run check
- run: mise run test
- run: uv cache prune --ci