Skip to content

Bump tempfile from 3.13.0 to 3.14.0 #4

Bump tempfile from 3.13.0 to 3.14.0

Bump tempfile from 3.13.0 to 3.14.0 #4

Workflow file for this run

name: Auto Merge Dependabot PRs
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
auto-merge:
name: Auto-merge dependabot PRs
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Auto-merge PR if it bumps the clap dependency
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
with:
MERGE_METHOD: "squash"
LOG: "TRACE"