Skip to content

build(deps): bump defu from 6.1.4 to 6.1.7 #2397

build(deps): bump defu from 6.1.4 to 6.1.7

build(deps): bump defu from 6.1.4 to 6.1.7 #2397

Workflow file for this run

name: Pull request
permissions:
contents: read
pull-requests: write
on:
pull_request:
branches: [main]
# Add trigger for `ready_for_review`
# https://github.com/changesets/action/issues/187
types: [opened, reopened, synchronize, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
uses: ./.github/workflows/verification.yml
secrets: inherit