diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index badaaba..5dcd223 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: fastify/github-action-merge-dependabot@v2.5.0 + - uses: fastify/github-action-merge-dependabot@v2.6.0 if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }} with: github-token: ${{secrets.GITHUB_TOKEN}}