Skip to content

Bump actions/checkout from 4.1.7 to 4.2.0 in /.github/workflows #244

Bump actions/checkout from 4.1.7 to 4.2.0 in /.github/workflows

Bump actions/checkout from 4.1.7 to 4.2.0 in /.github/workflows #244

name: "Approve Dependabot PR's"
on:
pull_request:
permissions:
contents: read
jobs:
dependabot:
permissions:
contents: write
pull-requests: write
actions: write
uses: devops-actions/.github/.github/workflows/approve-dependabot-pr.yml@main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}