diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9814d030..2b38c1ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: needs: [commit-lint, lint, unit-tests] 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 }}