diff options
-rw-r--r-- | .github/workflows/auto-merge.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index ed88864f35..5a206ab3ad 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' steps: - - uses: ahmadnassri/action-dependabot-auto-merge@v2.4 + - uses: ahmadnassri/action-dependabot-auto-merge@v2.6 with: github-token: ${{ secrets.AUTOMERGE_TOKEN }} command: "squash and merge" |