Skip to content

chore(deps): bump actions/checkout from 6 to 7 #528

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

chore(deps): bump actions/checkout from 6 to 7 #528

Workflow file for this run

name: PR Check
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled, edited]
jobs:
pr-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: itscheems/pr-checker@v0.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}