diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index df21d29..f567f3e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,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' && contains(github.head_ref, 'dependabot/github_actions') }} with: github-token: ${{secrets.github_token}}