Skip to content

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #4

chore(deps): bump micromatch from 4.0.5 to 4.0.8

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #4

Workflow file for this run

name: Dependabot
on:
pull_request_target:
types: [opened, synchronize, labeled]
jobs:
changeset:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.name == 'dependabot' }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- name: Upsert changeset
uses: StafflinePeoplePlus/[email protected]
with:
owner: ${{ github.repository_owner }}
repo: markdown-to-jsx
pr-number: ${{ github.event.pull_request.number }}
token: ${{ secrets.GITHUB_TOKEN }}