diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ded5507f1..d8182a0d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,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}} \ No newline at end of file