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