diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8094ff7..d12c1fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: fastify/github-action-merge-dependabot@v1.2.1 + - uses: fastify/github-action-merge-dependabot@v2.0.0 if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }} with: github-token: ${{secrets.github_token}}