Skip to content

update derive_more and tempfile #38

update derive_more and tempfile

update derive_more and tempfile #38

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