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