diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 253e178a..69ae0ad0 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -15,7 +15,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Merge me! - uses: ridedott/merge-me-action@v2.10.35 + uses: ridedott/merge-me-action@v2.10.43 with: # This must be used as GitHub Actions token does not support # pushing to protected branches.