Skip to content

Bump tempfile from 3.13.0 to 3.14.0 in /packages/os-sync/ffi #362

Bump tempfile from 3.13.0 to 3.14.0 in /packages/os-sync/ffi

Bump tempfile from 3.13.0 to 3.14.0 in /packages/os-sync/ffi #362

Workflow file for this run

name: dependabot
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- run: gh pr merge --auto --squash ${{ github.event.pull_request.html_url }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}