Skip to content

chore(deps): bump aiohttp from 3.8.5 to 3.9.2 #76

chore(deps): bump aiohttp from 3.8.5 to 3.9.2

chore(deps): bump aiohttp from 3.8.5 to 3.9.2 #76

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yaml
build:
uses: ./.github/workflows/build.yaml
needs:
- lint
secrets: inherit
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
uses: ./.github/workflows/deploy.yaml
needs:
- build
secrets: inherit