Skip to content

chore(deps): bump actions/checkout from 4 to 6 #298

chore(deps): bump actions/checkout from 4 to 6

chore(deps): bump actions/checkout from 4 to 6 #298

Workflow file for this run

name: Yarn Lock Changes
on: [pull_request_target]
jobs:
check:
runs-on: ubuntu-slim
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Yarn Lock Changes
uses: Simek/yarn-lock-changes@v0.12.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
collapsibleThreshold: '25'
failOnDowngrade: 'false'
path: 'yarn.lock'
updateComment: 'true'