Skip to content

Update arrow requirement from 54.2.0 to 55.0.0 in the rust-dependencies group #229

Update arrow requirement from 54.2.0 to 55.0.0 in the rust-dependencies group

Update arrow requirement from 54.2.0 to 55.0.0 in the rust-dependencies group #229

Workflow file for this run

name: Ensure CHANGELOG updated
on:
pull_request:
types: [ assigned, opened, synchronize, reopened, labeled, unlabeled ]
branches: [ main ]
jobs:
changelog:
name: Ensure changelog updated
runs-on: ubuntu-latest
steps:
- name: Changelog check
uses: Zomzog/changelog-checker@v1.2.0
with:
fileName: CHANGELOG.md
noChangelogLabel: no-changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}