diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f53f6cf..541b3484 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: needs: [lint, unittests] 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 }}