Skip to content

Bump serde_json from 1.0.116 to 1.0.117 #687

Bump serde_json from 1.0.116 to 1.0.117

Bump serde_json from 1.0.116 to 1.0.117 #687

name: 'Dependabot Changelog'
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
- labeled
- unlabeled
jobs:
changelog:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.ACTION_TOKEN }}
- uses: dangoslen/dependabot-changelog-helper@v3
with:
activationLabel: 'dependabot'
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Update Changelog"