Skip to content

Bump clap from 4.5.26 to 4.5.27 in the cargo_dependencies group #28

Bump clap from 4.5.26 to 4.5.27 in the cargo_dependencies group

Bump clap from 4.5.26 to 4.5.27 in the cargo_dependencies group #28

name: Dependabot Changelog Entry
on:
pull_request:
types: [opened, reopened]
branches: [ main, master ]
jobs:
update-changelog:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: crambl/dependabot-changelog-writer@trunk
with:
push-token: ${{ secrets.PAT_PUSH }}