Skip to content

chore(deps): update actions/checkout action to v4 #23

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #23

name: 3.11
on:
push:
paths:
- src/**/*.py
- tests/**/*.py
- .github/workflows/build.yml
- .github/workflows/build-python-311-linux.yml
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
uses: ./.github/workflows/build.yml
with:
python_version: 3.11
os: ubuntu-latest