diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index f9da5d0b0..77e770925 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -12,6 +12,7 @@ jobs: pull-requests: write if: github.actor == 'dependabot[bot]' steps: + - uses: actions/checkout@v2 - name: Auto-approve PR uses: hmarr/auto-approve-action@v3 - name: Enable auto-merge