Skip to content

Bump actions/checkout from 3 to 4 #27

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #27

name: Dependabot auto approve
on:
pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v3.2.1
if: github.actor == 'dependabot[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}