Skip to content

build(deps): bump pyarrow from 23.0.1 to 24.0.0 #882

build(deps): bump pyarrow from 23.0.1 to 24.0.0

build(deps): bump pyarrow from 23.0.1 to 24.0.0 #882

Workflow file for this run

name: PR check
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
jobs:
pr-check:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- name: Check PR title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}