diff --git a/.github/workflows/auto-merge-dependabot.yml b/.github/workflows/auto-merge-dependabot.yml index 7d5d59f..73477cf 100644 --- a/.github/workflows/auto-merge-dependabot.yml +++ b/.github/workflows/auto-merge-dependabot.yml @@ -11,6 +11,6 @@ jobs: contents: write if: github.actor == 'dependabot[bot]' steps: - - uses: fastify/github-action-merge-dependabot@v3.2.0 + - uses: fastify/github-action-merge-dependabot@v3.4.2 with: github-token: ${{ secrets.GITHUB_TOKEN }}