Skip to content

Bump the minor-and-patch group with 7 updates #204

Bump the minor-and-patch group with 7 updates

Bump the minor-and-patch group with 7 updates #204

name: PR-dependency Checker
on:
pull_request_target:
types: [opened, edited, closed, reopened]
permissions:
issues: read
pull-requests: read
jobs:
check_dependencies:
runs-on: ubuntu-latest
name: Check Dependencies
steps:
- uses: gregsdennis/dependencies-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}