Skip to content

chore(deps): bump entities from 3.0.1 to 4.5.0 #274

chore(deps): bump entities from 3.0.1 to 4.5.0

chore(deps): bump entities from 3.0.1 to 4.5.0 #274

name: Yarn Lock Changes
on: [pull_request]
jobs:
yarn_lock_changes:
runs-on: ubuntu-latest
# Permission overwrite is required for Dependabot PRs, see https://github.com/marketplace/actions/yarn-lock-changes#-common-issues.
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Yarn Lock Changes
uses: Simek/yarn-lock-changes@v0.9.0
with:
token: ${{ secrets.GITHUB_TOKEN }}