diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 3668b94..126230d 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 - - uses: ahmadnassri/action-dependabot-auto-merge@v2.4 + - uses: ahmadnassri/action-dependabot-auto-merge@v2.6 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' with: target: minor